Dootmaan / DSRL

Implementation of CVPR 2020 Dual Super-Resolution Learning for Semantic Segmentation
MIT License
95 stars 17 forks source link

Is there a prediction code? #19

Open DSQ111 opened 1 year ago

DSQ111 commented 1 year ago

Is there a prediction code?

Dootmaan commented 1 year ago

Hi @DSQ111 and thank you for your question. Currently there is no dedicated prediction code in this repo, but you can directly borrow the TestModel() function in train.py to build a prediction .py file.