Replies: 5 comments
-
hi @ppwwyyxx, since you apparently don't come here I took the freedom to tag you sorry. Also, I can't find a proper explanation of ROI_HEADS.BATCH_SIZE_PER_IMAGE anywhere. FasterR-CNN and MaskR-CNN papers don't specifically mention it. |
Beta Was this translation helpful? Give feedback.
-
If you have a look at the default datamapper in the line transforms = self.augmentations(aug_input) |
Beta Was this translation helpful? Give feedback.
-
@ppwwyyxx check this when you have time please |
Beta Was this translation helpful? Give feedback.
-
https://detectron2.readthedocs.io/en/latest/modules/data_transforms.html#detectron2.data.transforms.ResizeShortestEdge is used by default and explains how resize is computed. https://detectron2.readthedocs.io/en/latest/modules/config.html#yaml-config-references explains ROI_HEADS.BATCH_SIZE_PER_IMAGE |
Beta Was this translation helpful? Give feedback.
-
thanks @ppwwyyxx, but I already check that, though still not clarified.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings.
setting these parameters:
does the image aspect ratio is maintained when the dataloader sampler chooses one specific size, or in the extreme is it possible that some images will have the short_edge_length = 1024 and the other dimension = 4096?
Beta Was this translation helpful? Give feedback.
All reactions