Hi, I am trying to run your code with the Raabin-WBC dataset but am getting this error:
1:Raabin-WBC 2:LISC 3:BCCD
Please choose one of the above datasets: 1
Traceback (most recent call last):
File "/Users/preethiperiyakoil/deeplearning/project/WBC_Feature/main.py", line 102, in
res = results_on_dataset(DATASETS[int(dataset_number)-1])
File "/Users/preethiperiyakoil/deeplearning/project/WBC_Feature/main.py", line 37, in results_on_dataset
with open(dataset_folder + folder[:-1] + '.json') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'Raabin-WBC/Train.json'
Process finished with exit code 1
Can you please either include your .json files in this repo, or provide code for generating these files based on the double-cropped image directory names? It is not possible to run your code without these .json files.
Hi, I am trying to run your code with the Raabin-WBC dataset but am getting this error:
1:Raabin-WBC 2:LISC 3:BCCD
Please choose one of the above datasets: 1
Traceback (most recent call last):
File "/Users/preethiperiyakoil/deeplearning/project/WBC_Feature/main.py", line 102, in
res = results_on_dataset(DATASETS[int(dataset_number)-1])
File "/Users/preethiperiyakoil/deeplearning/project/WBC_Feature/main.py", line 37, in results_on_dataset
with open(dataset_folder + folder[:-1] + '.json') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'Raabin-WBC/Train.json'
Process finished with exit code 1
Can you please either include your .json files in this repo, or provide code for generating these files based on the double-cropped image directory names? It is not possible to run your code without these .json files.