taquanghung1705199

Results 3 issues of taquanghung1705199

Hi @GeekAlexis Can you share me darknet model yolov4 that is trained on crowhuman dataset ? (**yolov4_crowhuman.weights**) Thanks for reading and hope to get reply!

Hi guy ! Currently I want to add heatmap for people detection for crowd detection purposes. How to do this? Ex: Input is video, output is video with person detection...

I use docker image **_nvcr.io/nvidia/pytorch:22.08-py3_** for run yolov7 I can easily inference on image by: `python detect.py --weights yolov7.pt --conf 0.25 --img-size 640 --source inference/images/horses.jpg` but when inference on video...