mousecpn / DG-YOLO

[ICIP2020] TOWARDS DOMAIN GENERALIZATION IN UNDERWATER OBJECT DETECTION
48 stars 5 forks source link

Unable to replicate the results in DG-YOLO paper #9

Open karthikiitm87 opened 1 year ago

karthikiitm87 commented 1 year ago

I am not sure why I am unable to replicate the results in DG-YOLO paper. I have used the given checkpoint and used the test.py code with the following command.

python test.py --weights_path weights/DGyolov3.pth --batch_size 1 --augment True I got the following accuracies: Average Precisions:

From the paper I see that mAP (in Table 3 for DG-YOLO) is 33.7. The only change I did is to impose the single batch-size. @mousecpn : Can you please help me if I am going terribly wrong some where. Why the direct pretrained model with a different batch_size should give significantly different results?

mousecpn commented 1 year ago

Maybe the problem is the environment. Try using pytorch1.0.0.