I'm training my own dataset using RFLA. I find that the model still use the AITOD metric, though I have change the dataset in config file to 'CocoDataset'.
According to the training config, you are using the FCOS, instead of the RFLA. It seems that you need to modify the cocoeval.py file if you want to use the cocometric.
I'm training my own dataset using RFLA. I find that the model still use the AITOD metric, though I have change the dataset in config file to 'CocoDataset'.
The training log is as below: What can I do to use the original COCO metric ?