dbolya / yolact

A simple, fully convolutional model for real-time instance segmentation.
MIT License
5k stars 1.33k forks source link

Did it crash? #809

Open tekntrash opened 1 year ago

tekntrash commented 1 year ago

I am running the video with the command python eval.py --trained_model=weights/yolact_base_54_800000.pth --score_threshold=0.15 --top_k=15 --video_multiframe=4 --video=0

It runs for a couple of seconds showing Initializing model... Done. Press Escape to close. Processing FPS: 18.49 | Video Playback FPS: 0.00 | Frames in Buffer: 4

and then it stops and shows nothing. So I don't know if it did process anything, if I was supposed to see a log, if it crashed....

And if I try the option where it generates a video I do get an MP4 video file, but it is empty