itruonghai / SegTransVAE

6 stars 2 forks source link

Prepare the kits19 for training and test #7

Open labbihi opened 1 year ago

labbihi commented 1 year ago

Hello How do I prepare the kits19 for training and test ? thank you so much

itruonghai commented 1 year ago

Thank you for your interested in our code. Our training code (dataloader, preprocessing) for KiTS 2019 dataset can not be published. However, you can use other pipelines for kits2019 (e.g. nnunet) and replace our model to see the results.

labbihi commented 1 year ago

Hello sir, Thanks for your reply, i am need just 2 files not all code to test another model; json file and python file like brats.py. I am waiting for your help. thank you so much.

itruonghai commented 1 year ago

The training pipeline for KiTS 2019 dataset is similar with the nnUnet repository (we just replace the model). You can check the implementation of nnUnet for dataloader, preprocessing,... for more information.