MrGiovanni / ModelsGenesis

[MICCAI 2019 Young Scientist Award] [MEDIA 2020 Best Paper Award] Models Genesis
Other
737 stars 140 forks source link

Is the test code available? #33

Open hajra90 opened 3 years ago

hajra90 commented 3 years ago

Hi, can you please provide the test code which i can run for my own data to see the performance.

Thanks!

MrGiovanni commented 3 years ago

Hi @hajra90

What do you mean by "test code"? If you want to fine-tune the pre-trained model on your own data, you must build the training script by yourself, such as data loader, model trainer, evaluation, etc.

You can also refer to examples at https://github.com/MrGiovanni/ModelsGenesis/tree/master/keras#3-fine-tune-models-genesis-on-your-own-target-task

Best, Zongwei

hajra90 commented 3 years ago

hello, Thanks for your reply. I am fairly new in this field. what I meant by test code was that I want to see evaluation results of your 3D model on the 3D cubes from LUNA16 provided by you just to see the results once. Will I have to fine-tune the model on LUNA16 to see the results?

Looking forward to your reply.