tryolabs / luminoth

Deep Learning toolkit for Computer Vision.
https://tryolabs.com
BSD 3-Clause "New" or "Revised" License
2.4k stars 400 forks source link

Transform my own datasets (Similar to Pascalvoc2007)dataset format to tfrecord #252

Open XN-0808 opened 5 years ago

XN-0808 commented 5 years ago

There is a problem when i tried to convert my own datasets to tfrecord fromat

image

my datasets is similar to PascalVOC2007,the difference is that the ImageSets/Main only contains four files:"train.txt","val.txt","trainval.txt","test.txt", image

i don't know how to revise the "pascalvoc.py",can someone help me?

kshitijagrwl commented 5 years ago

You can have a look at the basic tutorial I've posted here

For the pascalvoc reader, you need to modify the following:

Your test.txt, train.txt etc files should follow the pascalvoc convention and it should be fine!