clemkoa/tooth-detection

datapreprocessing

goktugbacanli opened this issue · 2 comments

Hi, firstly thank you for everything you share.
I have some dental x-rays photes which ı tagged. But ı cannot compile the data_preprocessing.py because you deleted the output, eval, data and train files. because I don't know what format the images are in those files. Can you tell me a little bit information about how you organized those files?

Actually I organized in data file such this (include Annotions, Image Sets, JPEGImages,pascal_label_map.pbtxt) so it is VOTT results.
image
but when ı compile data_preprocessing , ı get the reseults Training example= 0 and Eval examples =0.

solved