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

Can i use records insterd of tfrecords #259

Open tomriddle54 opened 5 years ago

tomriddle54 commented 5 years ago

I have followed this tutorials link generated csv file and records file even i am having xml file how can i generate tfrecords here any help this is my test.csv formante even train.csv any help how can i train using this files `

filename width height class xmin ymin xmax ymax
IMG_2463.JPG 378 504 nine 171 115 310 215
IMG_2530.JPG 378 504 queen 95 197 247 376

`

meyerjo commented 5 years ago

https://github.com/tryolabs/luminoth/blob/master/luminoth/tools/dataset/writers/object_detection_writer.py

This should give an idea on how to write the results to a tf record file.