Christophe

Results 6 comments of Christophe

Some great reading material on this: Factors influencing pedestrian safety: a literature review http://content.tfl.gov.uk/factors-influencing-pedestrian-safety-literature-review.pdf after this came: Pedestrian Count Down and Traffic Signals http://content.tfl.gov.uk/PCaTS-Note-3-PCaTS-Trial-Results-Report.pdf then: A Review of Pedestrian Walking...

https://github.com/xingyizhou/CenterTrack/issues/44#issuecomment-775980461

you want to set --video_h and --video_w not --video_800 --video_450 results expects to be in the project root, so not CenterTrack/src/results but CenterTrack/results all that said, I am still faffing...

sorry, I wasn't very clear, you want to set --video_h 450 and --video_w 800 like this: `python demo.py tracking,ddd --load_model ../models/nuScenes_3Dtracking.pth --dataset nuscenes --pre_hm --track_thresh 0.1 --demo ../videos/nuscenes_mini.mp4 --test_focal_length 633...

@Hunter96av but you are now closer :) I have just finishing building ffmpeg from source. Now building opencv-python from source to replace the apt install will see if this fixes...

OK, so, when installing opencv-contrib-python you should not need to install opencv-python, as the former includes core + additional modules :) For me, installing the opencv-contrib-python did not work with...