Borda / pyImSegm

Image segmentation - general superpixel segmentation & center detection & region growing
https://borda.github.io/pyImSegm
BSD 3-Clause "New" or "Revised" License
373 stars 73 forks source link

command wrong #22

Closed Sequential-circuits closed 5 years ago

Sequential-circuits commented 5 years ago

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

Borda commented 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

Sequential-circuits commented 5 years ago

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