PyMIC icon indicating copy to clipboard operation
PyMIC copied to clipboard

Relationship with the PyMIC example

Open qiyedongcode opened this issue 3 years ago • 1 comments

There is no config file found here, which is different from the example. How can I use this project to train my own dataset and where should the dataset be placed

qiyedongcode avatar Aug 29 '22 09:08 qiyedongcode

Please go to PyMIC_example (https://github.com/HiLab-git/PyMIC_examples) to find some examples to use PyMIC. If you have run some segmentation examples, you should know how to put your data. Actually, you can put you data anywhere on your disk, and just need to set ''root_dir'' in the "dataset" section of the configuration file, such as following:

https://github.com/HiLab-git/PyMIC_examples/blob/main/segmentation/JSRT/config/unet.cfg

taigw avatar Aug 30 '22 01:08 taigw