-
Notifications
You must be signed in to change notification settings - Fork 13
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
low dice on test set #14
Comments
Hi kingo233, at the time of writing the paper and even after the paper got accepted there were no available ground truths for the test set. So, what we did was train on the set with available ground truths, predict using the official test set, generate the required files and upload them on the evaluation server. We have never tested the official test set on our own because that was not possible at the time. After submitting the required files the evaluation server would calculate everything and return some statistics (in our paper there is a link with those). BR |
Hi! Thanos, What's more,the result link in your paper is not accessible Can you download the official test set which contains ground truth and test locally ? |
If you check the official webpage of the dataset, they state that "It remained open until the end of 2022 for new submissions.". I speculate that after it was shut down, the submission links became inactive. Our submissions of the results (on the evaluation server) and the paper (on WACV2023) were made months before, at which point the links were fully functional. The next time I have some free time and available resources, I'll try to see what happens and get back to you. |
我也是自己降低bitch_size后训练对ACDC做测试只得到了89-90的一个效果,没有达到论文中所说的效果。另外我还对Synapse做了训练测试,效果非常差,只有50-55,不知道是因为超参数设置问题还是什么原因,作者似乎并未提供Synapse的训练参数以及代码。 |
ACDC dataset now have two folders: training and testing
![截屏2023-04-23 16 58 11](https://user-images.githubusercontent.com/29831327/233830073-7886c3e5-6b88-4657-adab-1731a05b6539.png)
![6caea5bec656e2bef48861d9fb573965](https://user-images.githubusercontent.com/29831327/233830217-8e0ef4f4-b283-4d9d-b1fd-301a1d85b8da.png)
![6939c5735e0c6f0b708152373fc32a76](https://user-images.githubusercontent.com/29831327/233830332-75c6d1de-396c-4850-981f-dbd178960d3c.png)
After using this split #6 to divide the training folder into 3 parts .I reproduced your result:
But when I tested the model on test folder which patient number from 101 to 150.the result is low:
Did all the results on the ACDC leaderboard test on the testing folder or on the training folder, like in your paper?
What's more,in my this repo https://github.com/kingo233/FCT-Pytorch. I trained using the training folder and get dice 90 on testing folder.But I can't get improvement any more...is this the upper limit of FCT?
The text was updated successfully, but these errors were encountered: