BBC

Results 24 comments of BBC

Try using Docker: https://github.com/bryanbocao/CenterTrack/blob/master/readme/Docker.md https://github.com/xingyizhou/CenterTrack/pull/290 # Run CenterTrack using Docker ### DCNv2 Compilation Issue Fixed ``` docker pull bryanbocao/centertrack docker run -d --ipc=host --shm-size=16384m -it -v /:/share --gpus all --network=bridge...

Try using Docker: https://github.com/bryanbocao/CenterTrack/blob/master/readme/Docker.md https://github.com/xingyizhou/CenterTrack/pull/290 # Run CenterTrack using Docker ### DCNv2 Compilation Issue Fixed ``` docker pull bryanbocao/centertrack docker run -d --ipc=host --shm-size=16384m -it -v /:/share --gpus all --network=bridge...

I created one way to do that: https://github.com/bryanbocao/CenterTrack/blob/master/readme/Docker.md https://github.com/xingyizhou/CenterTrack/pull/290 # Run CenterTrack using Docker ### DCNv2 Compilation Issue Fixed ``` docker pull bryanbocao/centertrack docker run -d --ipc=host --shm-size=16384m -it -v...

I never tried using the ```--save_video``` flag. May try to follow ``` voObj = cv2.VideoWriter('output.mp4', 0x00000021, 15.0, (1280,360)) ``` with ``` 0x31637661 ``` posted in https://forums.developer.nvidia.com/t/python-what-is-the-four-characters-fourcc-code-for-mp4-encoding-on-tx2/57701/3 ?