What's the feature?
I have now changed the config of a model based on mmrotate1.0.0rc1 to get a new model. Now I want to perform TTA on the model as described in #771, but it seems that the method in #771 is to use the test.py in mmdetection3.0 to execute the default configuration file of mmrotate1.0 .
“python tools/test.py
configs/rotated_rtmdet/rotated_rtmdet_l-3x-dota.py
work_dirs/rotated_rtmdet_l-3x-dota/epoch_36.pth
--tta”
How can I perform a TTA operation on a model based on mmrotate 1.0 but with a modified config?
Any other context?
No response
What's the feature?
I have now changed the config of a model based on mmrotate1.0.0rc1 to get a new model. Now I want to perform TTA on the model as described in #771, but it seems that the method in #771 is to use the test.py in mmdetection3.0 to execute the default configuration file of mmrotate1.0 .
“python tools/test.py
configs/rotated_rtmdet/rotated_rtmdet_l-3x-dota.py
work_dirs/rotated_rtmdet_l-3x-dota/epoch_36.pth
--tta”
How can I perform a TTA operation on a model based on mmrotate 1.0 but with a modified config?
Any other context?
No response