xtudbxk / DSRG-tensorflow

a tensorflow version for DSRG (Weakly-Supervised Semantic Segmentation Network with Deep Seeded Region Growing)
75 stars 20 forks source link

test #5

Closed zhenmafan7 closed 5 years ago

zhenmafan7 commented 5 years ago

hi @xtudbxk , thanks for your code,I have a question that how can I test my own image after train?

xtudbxk commented 5 years ago

You can referer to the project for the code to measure how good your segmentation. For your own network and dataset, maybe you should update the pythonlib/dataset.py and deeplab_aspp_test.py.