-
There is no clear information on how to use Test Time Augmentation for inference_on_dataset. I can see DatasetMapperTTA class in the modeling section but it's not clear on how to use it. Documentation is missing ???? |
Beta Was this translation helpful? Give feedback.
Answered by
ppwwyyxx
Sep 27, 2021
Replies: 1 comment 2 replies
-
https://detectron2.readthedocs.io/en/latest/modules/modeling.html#detectron2.modeling.GeneralizedRCNNWithTTA is a model with TTA. You can create such a model and pass it to |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
veeruamma
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://detectron2.readthedocs.io/en/latest/modules/modeling.html#detectron2.modeling.GeneralizedRCNNWithTTA is a model with TTA. You can create such a model and pass it to
inference_on_dataset
.