mmrotate icon indicating copy to clipboard operation
mmrotate copied to clipboard

[Feature] perform a TTA operation on a model based on mmrotate 1.0 but with a modified config

Open hezhuzhen opened this issue 1 year ago • 4 comments

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

hezhuzhen avatar Jun 06 '23 13:06 hezhuzhen

I also want to know, anyone can answer this question? thanks

flymmmfly avatar Jun 07 '23 06:06 flymmmfly

Hi @hezhuzhen and @flyweifly, May I ask which model you want to implement for TTA? I can provide another example.

zytx121 avatar Jun 08 '23 08:06 zytx121

@zytx121 hi, very thanks if you can provide some examples, the model i want to implement for TTA are rtmdet-I and oriented_rcnn

flymmmfly avatar Jun 09 '23 10:06 flymmmfly

@zytx121 How can i implement TTA on oriented_rcnn?

fdy61 avatar Jul 05 '23 07:07 fdy61