microsoft / anomalydetector

SR-CNN
MIT License
257 stars 70 forks source link

Data parameter for generate_data.py #14

Closed chaizeg closed 4 years ago

chaizeg commented 4 years ago

Hi, generate_data.py is not taking the path of csv file as one of the parameters. My dataset is in srcnn/data. I get the following error : issue How do I solve this issue?

ngocdangrby commented 4 years ago

Put your dataset (.csv) in a folder in srcnn/data

eg: srcnn/data/test/dataset1.csv srcnn/data/test/dataset2.csv ...

then run this command: python generate_data.py --data data

it's worked for me.