-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what's the test data? #3
Comments
there is the log: |
|
Hi, Algolzw @Algolzw . I also have some problem about the right test data. If I set the test data to be e.g., It seems that training data cannot be used for testing since the Thank you very much! |
In our work, the testing data are preprocessed and saved in a specific format. You absolutely can save your preprocessed data in your format and rebuild a new dataloader for it. Good luck! |
Thanks for your reply. Another quick question is why the dice score seems also high even before traning (i.e., 0.7~0.8)? |
That is caused by the large initial overlapping between fixed and moving 3D images (as shown in Fig.4 in our paper). |
In your training log, why is the score from epoch 100 higher than that from epoch 120? Also, why is the reward metric always zero? |
Hi,
I tried to test the trained model, but I can't find the right test data in the config.py (TEST_DATA = '/datasets/liver/lspig_affine_test_3d.h5'). It seems that you used the preprocessed test data? can you provide the test data?
The text was updated successfully, but these errors were encountered: