Towards-Realtime-MOT
Towards-Realtime-MOT copied to clipboard
How to run with camera.
Can anyone show me how to run with camera or webcam? Many thanks.
One more question. Can we track traffic vehicle with this? And if yes then how to do that?
Can anyone show me how to run with camera or webcam? Many thanks.
For webcam, you just run command below:
python demo.py --input-video /dev/video0 --weights path/to/model/weights
--output-format video --output-root path/to/output/root
One more question. Can we track traffic vehicle with this? And if yes then how to do that?
Yes, we can traffic vehicle but we have to train pre-trained model using vehicle objects.
Can anyone show me how to run with camera or webcam? Many thanks.
For webcam, you just run command below:
python demo.py --input-video /dev/video0 --weights path/to/model/weights --output-format video --output-root path/to/output/root
what's the path for osx mac ? /dev/video0 thank you
Can anyone show me how to run with camera or webcam? Many thanks.
For webcam, you just run command below:
python demo.py --input-video /dev/video0 --weights path/to/model/weights --output-format video --output-root path/to/output/root
Thank you very much.