You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
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 eeb8c2e
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
The text was updated successfully, but these errors were encountered: