mmtracking icon indicating copy to clipboard operation
mmtracking copied to clipboard

Poor training results on custom data with ''Temporal ROI Align for Video Object Recognition'' ?

Open danial880 opened this issue 1 year ago • 0 comments

I am training my custom dataset on video object detection. My dataset was in VOC format. I have written a custom script to convert VOC to COCOVid format. I have visualized the bounding boxes in my train and val jsons, they are correct. Here is the custom config file I used for training. The training logs show good accuracy but zero bounding box loss. I further dug into it and traced back to mmcv epoch-based runner for getting ground truth labels. The ground truth was not the same as in the JSON file. My annotations are already resized to the training image size (1000,1000). So how ground truth problem can be solved, please suggest.

danial880 avatar Dec 07 '23 18:12 danial880