Open mainguyenanhvu opened 4 years ago
There may exist a domain gap between the custom videos and our training videos. You can first adjust --conf_thresh to a low score like 0.1 and see whether the model can detect some people. If it still has 0 detection, you need to finetune the model on your custom videos.
I met the same situation. Even if if adjust conf_thresh to 0.1, it still cannot detection any person. I have tried several videos, some of which contains obvious people. But I just get the same results. It seems that it is not a data domain problem.
I found that there was 0 detection when I run demo.py with dla pre-trained models on my custom videos.
I wonder that whether or not I need to train them again and re-run demo.py. I hope to receive your help.
Thank you.