yhygao / UTNet

Official implementation of UTNet: A Hybrid Transformer Architecture for Medical Image Segmentation
MIT License
179 stars 27 forks source link

Test andValidation code #9

Closed zhuangyi1 closed 2 years ago

zhuangyi1 commented 2 years ago

Hello, I'm reproducing your code. I want to see the evaluation indicators. I found that there are no test files and verification files. Would you please share them

yhygao commented 2 years ago

The evaluation metrics are in the util/metrics.py file. For testing, please refer to the validation function in train_deep.py