luminoth icon indicating copy to clipboard operation
luminoth copied to clipboard

Can i use records insterd of tfrecords

Open tomriddle54 opened this issue 5 years ago • 1 comments

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

`

tomriddle54 avatar Jan 05 '19 13:01 tomriddle54

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.

meyerjo avatar Jan 09 '19 12:01 meyerjo