torchxrayvision
torchxrayvision copied to clipboard
COVID19_dataset is missing the default metadata file
FileNotFoundError: [Errno 2] No such file or directory: '/home/mila/v/vivianoj/code/torchxrayvision/torchxrayvision/covid-chestxray-dataset/metadata.csv'
I made a PR to address that issue. https://github.com/mlmed/torchxrayvision/pull/85
Because the covid dataset is not static I don't think it is a good idea to bundle it like the others. So I think raising an error is better than shipping an outdated metadata file.
Let me know if this issue is not resolved. I'll close it for now.