Training and inferencing at a particular resolution #8114
Unanswered
Rajesh-ParaxialTech
asked this question in
Q&A
Replies: 1 comment
-
Hi @Rajesh-ParaxialTech, you can use a custom resolution for training without any issues. However, please note that if you plan to use the pretrained weights from the bundle, the results may not meet your expectations due to the resolution mismatch. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
Suppose I want to train a lung nodule detection model using
https://github.com/Project-MONAI/model-zoo/releases/download/hosting_storage_v1/lung_nodule_ct_detection_v0.5.9.zip. Say, i want to train at a resolution of 0.7 mm x 0.7 mm x 1.0 mm. using
https://github.com/Project-MONAI/tutorials/blob/main/detection/luna16_prepare_images.py
and
https://github.com/Project-MONAI/tutorials/blob/main/detection/luna16_prepare_env_files.py.
Right ?
Does this imply :
Thank you
Rajesh
Beta Was this translation helpful? Give feedback.
All reactions