regob / vehicle_mtmc

Vehicle MTMC Tracking
MIT License
24 stars 2 forks source link

Multi-core utilization in final video encoding. #1

Open regob opened 1 year ago

regob commented 1 year ago

When finishing mot/mtmc annotate_video_with_tracklets in mot/video_output.py seems to be bottlenecked by single-core performance (single thread at 100%, ffmpeg threads 10-20%). Multi-core utilization should be investigated.