I already downloaded the data from here https://www.bracs.icar.cnr.it/. Used RoI images. But when I try to run Step 1: Cell graph generation using:
python generate_cell_graphs.py --data_path ./../data/test --save_path ./quant-gnn-explainers-data
I receive the error:
Warning: ./../data/test/3_FEA/BRACS_1228_FEA_1.png failed during deep feature extraction.
Warning: ./../data/test/3_FEA/BRACS_1228_FEA_1.png failed during kNN graph building.
Warning: ./../data/test/3_FEA/BRACS_1228_FEA_1.png failed during nuclei concept extraction.
What could be the issue?
Thank you
I already downloaded the data from here https://www.bracs.icar.cnr.it/. Used RoI images. But when I try to run Step 1: Cell graph generation using:
python generate_cell_graphs.py --data_path ./../data/test --save_path ./quant-gnn-explainers-data
I receive the error:
Warning: ./../data/test/3_FEA/BRACS_1228_FEA_1.png failed during deep feature extraction.
Warning: ./../data/test/3_FEA/BRACS_1228_FEA_1.png failed during kNN graph building.
Warning: ./../data/test/3_FEA/BRACS_1228_FEA_1.png failed during nuclei concept extraction.
What could be the issue?
Thank you