-
Notifications
You must be signed in to change notification settings - Fork 336
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
How to get segmentation result with Test.py about img0060 ~ img0080 on BTCV #214
Comments
Same question, have you solved it now? |
Maybe i solved it. So, this is the utils.data_utils.py
And in line 133 For Test.py
I got 61 ~ 80 segmentation result by this. Thank you |
Can I take a look at the complete content of the 'Test.py' file? I don't have any definitions related to 'raw,' so it will result in an error. |
Just only can run.Do not sure must be correct
in line 133 change:
and then change the original
|
In utils/data_utils.py
test_transform need label
research-contributions/SwinUNETR/BTCV/utils/data_utils.py
Line 119 in 4af80e1
But there is no label for test dataset.
And in test.py
research-contributions/SwinUNETR/BTCV/test.py
Line 91 in 4af80e1
need label same with data_utils.
So how to get segmentation result for test dataset?
Thank you,
whduddhks
The text was updated successfully, but these errors were encountered: