Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing

Home Page:https://borda.github.io/pyImSegm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

command wrong

Sequential-circuits opened this issue · comments

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

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

Sure thing, hope that was useful. Great project btw!