ASSMN icon indicating copy to clipboard operation
ASSMN copied to clipboard

Predicting

Open Yuzikun-gu opened this issue 4 years ago • 1 comments

why the correct/total is only 14.4476% when Predicting with the previous stored model through infer.py?

Yuzikun-gu avatar Aug 14 '20 03:08 Yuzikun-gu

why the correct/total is only 14.4476% when Predicting with the previous stored model through infer.py?

Because actually the ground truth doesn't cover all pixels. The infer.py is only used to generate the classification map for viewing. The true accuracy evaluation is achieved with trainval.py.

DotWang avatar Aug 14 '20 04:08 DotWang