CSRA icon indicating copy to clipboard operation
CSRA copied to clipboard

The problems of val.py?

Open yangt1013 opened this issue 3 years ago • 1 comments

Using your provided val model to val.py ,why? main.py including test.file,the test result means the real results or the test results was produced by val.py? I am waiting for your reply

yangt1013 avatar Nov 14 '21 09:11 yangt1013

Hi, @yangt1013

Actually the ""def val()"" in main.py and the "def val()" in val.py are doing the same function. For example, in VOC2007, these two "def val()" are validating the results on voc2007 test dataset.

Kevinz-code avatar Nov 14 '21 15:11 Kevinz-code