ATRI SAXENA

Results 12 comments of ATRI SAXENA

Hey, I am also trying to run with pytorch 1.0.0 and getting the same error. Trying to resolve this. Will let you know if i will find any solution. Thanks.

Thanks @shervinea . I have updated and translated those from 50-54.

You need to download the VOC Test dataset for evaluation. [Test Data With Annotations](https://pjreddie.com/projects/pascal-voc-dataset-mirror/)

Yes. I also did the same changes.

You need to download the VOC test data also. For doing the evaluation. You might have downloaded only training data.

You need to change Dataset reading. That is changes in data/voc0712.py VOC_CLASSES and some other changes according to the data. I have also trained on the custom dataset.

Thank for providing the annotations in Pascal VOC format. I am facing the problem as many train images don't have their XML file. Please release the code so that we...

Created this simple script to make XML into Pascal VOC format. @mhaghighat https://github.com/AtriSaxena/OIDv4_to_VOC

I have written simple code to make XML files. @ashleyjsands https://github.com/AtriSaxena/OIDv4_to_VOC

Try following versions. I have tried its working fine for me. - Ubuntu 18.04 - gcc 7.5 - cmake 3.10.2