unsupervised_detection icon indicating copy to clipboard operation
unsupervised_detection copied to clipboard

How to test the model on single video or a sequence of moving pictures, without ground truth?

Open catmasteryip opened this issue 4 years ago • 2 comments

catmasteryip avatar Sep 15 '20 03:09 catmasteryip

you can just divide the video in frames, create a "fake" mask, uniformly black, for each image, and run it on our model! Very easy to do! However, you will not be able to validate the model (since you have not GT). Hope it helps!

antonilo avatar Oct 22 '20 16:10 antonilo

I added the automatic inference script for any video in this pull request.

MasahiroOgawa avatar Mar 21 '23 05:03 MasahiroOgawa