black0017 / MedicalZooPytorch

A pytorch-based deep learning framework for multi-modal 2D/3D medical image segmentation
MIT License
1.72k stars 299 forks source link

Example command lines for running COVID segmentation example? #18

Open daquang opened 3 years ago

daquang commented 3 years ago

Can you please provide the exact command lines to train and infer a segmentation model on the COVID dataset? I see you've provided data loaders, but it's not quite clear what commands to use.

Thanks.