YOWO icon indicating copy to clipboard operation
YOWO copied to clipboard

def test in train.py

Open ken292 opened this issue 4 years ago • 7 comments

in the def test do you do any optimization or training?

if not then i can use it for trying the model I had saved?

ken292 avatar Apr 12 '20 10:04 ken292

No optimization is made at def(test), you can use it as it is.

okankop avatar Apr 12 '20 10:04 okankop

@okankop So, if if I have trained the model and I have the .pth file.

How do I load the model and test it with other video?

ken292 avatar Apr 12 '20 13:04 ken292

So if i want to test a video and I already have the trained model (.pth)

i just use the option in the parser?

i just need to use dataset (for the test video) resume_path (for the .pth file) evaluate (because it is just testing)

ken292 avatar Apr 12 '20 15:04 ken292

it still asks for groundtruth files. Is there anyway to test on unknown data?

christina284 avatar Sep 20 '20 20:09 christina284

Hi @christina284 ! Did you find a way to test on unknown data?

cbiras avatar Mar 12 '21 12:03 cbiras

I will soon update the paper with AVA dataset results. The repo will also be updated accordingly. I will provide also a webcam demo.

okankop avatar Mar 12 '21 16:03 okankop

YOWO is extended for AVA dataset! Please check out the updated repo!

okankop avatar Mar 29 '21 17:03 okankop