YOLO-NAS and DeepSORT | Object detection and tracking

Опубликовано: 05 Октябрь 2024
на канале: Code With Aarohi
4,768
69

Object Tracking Using YOLO-NAS and DeepSORT:
The detections generated by yolo-NAS models pretrained on the COCO dataset, are passed to DeepSORT in order to tracks the objects. It can track any object that your YOLO-NAS model was trained to detect.

DeepSORT: https://github.com/AarohiSingla/DeepS...

#######################################################
For queries: You can comment in comment section or you can mail me at [email protected]
############################################################


To obtain the tracks or results from the DeepSORT model, you need to call the update() method of the DeepSORT instance with the appropriate inputs (bounding boxes, confidences, and the original image). The update() method will perform object tracking and return the tracks or results.



#computervision #objectdetection #objecttracking #yolonas #yolo-nas #deepsort #yolo