Closed indersingh17188 closed 3 years ago
i released the model of pascal.
regarding validation code, it is very similar to MS-COCO code https://github.com/Alibaba-MIIL/ASL/blob/main/validate.py just load the PASCAL dataset instead
Ok, thank you so much for your quick response.
Hello again,
I tried to load the PASCAL VOC dataset and train TResNet-XL using ImageNet Pretrained weights but after 3 or 4 epochs, the Loss started to go negative by a huge number and max accuracy achieved was 82% (using the same mAP function as for MS-COCO). Could you please, from a high level perspective, share your thoughts on what is going wrong here?
Thanks in advance.
Regards, Inder
to be honest, i don't know. but you can try several things (do all of them)
Hello again,
There was a problem with the dataloader itself. Now it is resolved hence closing the issue.
Thanks for your quick feedback.
Regards, Inder
Hello again,
Congratulations on the ICCV acceptance. Great work indeed.
I would like to know if you could share the dataloader source code for loading VOC dataset as the one I am using I am unable to reproduce the 96% using XL.
Thanks in advance.
Best regards, Inder
Hi Inder i am sorry, but i won't engage code issues further, i have answered more than 60 issues.
the results on Pascal Voc were reproduced and even surpassed by a later article (which used ASL): https://arxiv.org/pdf/2107.10834.pdf maybe check their repo for code or code-related questions
Hello again,
Thank you so much for your quick feedback on my last issue. Appreciate it.
I would like to know if you there is any validation code for PASCAL-VOC dataset in order to reproduce the same results.
Thanks, Inder