raccoon_dataset
raccoon_dataset copied to clipboard
No test_label.csv & train_label.csv Data generated.
There is no data generated data/test_label.csv and data/train_label.csv files after I successfully run this file in xml_to_csv.py .
same problem here
Hello guys, I had the same problem... in my case, I solve the problem inserting the entire path of my diretories in the xml_to_csv.py
`def main(): for i in ['train','test']:
image_path = os.path.join(os.getcwd(), '/home/denissato/Downloads/Tensorflow/images/{}'.format(i))
xml_df = xml_to_csv(image_path)
labels_path = os.path.join(os.getcwd(), '/home/denissato/Downloads/Tensorflow/images/{}'.format(i))
xml_df.to_csv('/home/denissato/Downloads/Tensorflow/images/data/{}_labels.csv'.format(i), index=None)
print('Successfully converted xml to csv.')`
I hope helped you!
Did this issue ever get resolved? @denissato I tried your fix but I got the same result. Successfully ran the code and produced a csv file with no data.
There is no data generated data/test_label.csv and data/train_label.csv files after I successfully run this file in xml_to_csv.py .
hye. have you solved it? really need your help regarding this
same problem here
are you able to solve it? im really need your help now. please