Yanfeng-Zhou / XNet

[ICCV2023] XNet: Wavelet-Based Low and High Frequency Merging Networks for Semi- and Supervised Semantic Segmentation of Biomedical Images
184 stars 8 forks source link

Can the trained model be used to label new images? #24

Open s0mnus112 opened 1 month ago

s0mnus112 commented 1 month ago

Hello! Can the trained model be used to label new images? I can't find the code.

Yanfeng-Zhou commented 1 month ago

What is "Can the trained model be used to label new images". I cannot understand.

s0mnus112 commented 4 weeks ago

I mean I want to use the trained model to recognize new images,and mark the target in the new image.

Yanfeng-Zhou commented 2 weeks ago

I mean I want to use the trained model to recognize new images,and mark the target in the new image.

Your operation is equivalent to using the trained model to predict unlabeled images. The code for this operation can be found in test.py, test_3d.py.

s0mnus112 commented 2 weeks ago

OK,thank you