CSRA
CSRA copied to clipboard
The problems of val.py?
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
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.