Can i use records insterd of tfrecords
tomriddle54 opened this issue · 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 |
`
This should give an idea on how to write the results to a tf record file.