CTracker icon indicating copy to clipboard operation
CTracker copied to clipboard

training for Resized imgs

Open chengdianJiang opened this issue 5 years ago • 2 comments

Thanks for the amazing work, I want to train my data with the size of 416*416, and tried to use ----transforms.Compose([Normalizer(), Augmenter(), Resizer()]) at line 69 in train.py, but it can not work.

chengdianJiang avatar Jan 04 '21 07:01 chengdianJiang

Maybe your label is not appropriate. In MOT17, the sizes of imgs are not exactly the same, including 19201080 and 640480.

pjl1995 avatar Jan 11 '21 02:01 pjl1995

Thanks for your reply, I trained the model with MOT17, in the RandomSampleCrop, The Croped imgs have been resized to 416416,
and the total loss was around~ 1.1, but the test results is not good(I also test the MOT17 imgs with the resized 416
416),. So may i ask what is the loss condition during your training work. Thanks again!

chengdianJiang avatar Jan 11 '21 08:01 chengdianJiang