Closed Sequential-circuits closed 5 years ago
Thank you, pls note that the experiments are illustration (not necessary updated). It seems that in experiments_segmentation/test_segmentations.sh
the calling was fine... Fixed in eeb8c2e333b272aae2be8a2268faa5d9a68571d8
Sure thing, hope that was useful. Great project btw!
The command described python experiments_segmentation/run_segm_slic_model_graphcut.py \ -l ./data_images/langerhans_islets/list_lang-isl_imgs-annot.csv -i "" \ --cdf experiments_segmentation/sample_config.yml \ -o ./results -n langIsl --nb_classes 3 --visual --nb_workers 2 seems to be wrong it should be python experiments_segmentation/run_segm_slic_model_graphcut.py \ -l ./data_images/langerhans_islets/list_lang-isl_imgs-annot.csv -i "" \ -cfg experiments_segmentation/sample_config.yml \ -o ./results -n langIsl --nb_classes 3 --visual --nb_workers 2