-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
documentationProblems about existing documentation or commentsProblems about existing documentation or comments
Description
📚 Documentation Issue
In documentation it says "Using a different “mapper” with build_detection_{train,test}_loader(mapper=) works for most use cases of custom data loading. For example, if you want to resize all images to a fixed size for training", my question is does T.Resize only resizes train image or it resizes the bounding box along with it? If it doesn't resize bounding box? do we have to code it separately as part of mapper function? could you provide some examples?
-
Provide a link to an existing documentation/comment/tutorial:
https://detectron2.readthedocs.io/en/v0.4.1/tutorials/data_loading.html -
How should the above documentation/comment/tutorial improve:
It resizes bounding box and image together or only the image, not bounding box
Metadata
Metadata
Assignees
Labels
documentationProblems about existing documentation or commentsProblems about existing documentation or comments