HiLab-git / SSL4MIS

Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.
MIT License
2.13k stars 381 forks source link

Abouth testing in ACDC dataset #84

Open lazydddelta opened 1 year ago

lazydddelta commented 1 year ago

Hi, Thanks for your great work! In the paper "Semi-Supervised Medical Image Segmentation via Cross Teaching between CNN and Transformer", you mentioned that "we used the latest checkpoint for testing and reporting results".

But i found in the file "test_2D_fully.py", only best model is be used: save_mode_path = os.path.join( snapshot_path, '{}_best_model.pth'.format(FLAGS.model))