AI Research/Tracking
[Object Detection + Tracking] YOLOv4와 deepsort로 tracking 실습하기
⭐ yolov5-deepsort-osnet을 실행했었는데, 그 repository는 2022년 CVPR에 갓 나온 reid 방식인 strongSORT로 바뀌어서 Deepsort와 yolo가 함께 구현된 다른 github repo 실습을 ubuntu에서 진행했다. https://github.com/theAIGuysCode/yolov4-deepsort GitHub - theAIGuysCode/yolov4-deepsort: Object tracking implemented with YOLOv4, DeepSort, and TensorFlow. Object tracking implemented with YOLOv4, DeepSort, and TensorFlow. - GitHub - theAIGuysCode/yol..
[Object Detection+Tracking] YOLOv5와 DeepSORT로 tracking 실습하기
deepSORT는 흔히 사용되는 Motion 정보와 appearance 정보를 결합하여 tracking에 활용하는 Tracking 알고리즘이다. one stage object detector인 YOLOv5와 deepSORT가 함께 구현되어 있는 간편하고 재미있는 오픈 소스가 있는데 본 포스팅에서는 이 실습을 진행해볼 것이다. 본 오픈 소스에서는 OSNet을 활용하여 구현하였다고 했는데, 다음에는 OSNet에 대한 포스팅도 진행할 예정이다. Github 주소 https://github.com/mikel-brostrom/Yolov5_DeepSort_OSNet GitHub - mikel-brostrom/Yolov5_DeepSort_OSNet: Real-time multi-camera multi-object t..