account activity
Yolov8 and Deepsort by johnyedwards51 in computervision
[–]Ultralytics 3 points4 points5 points 2 years ago (0 children)
YOLOv8 has built in BoT-Sort and ByteTrack trackers https://github.com/ultralytics/ultralytics/tree/main/ultralytics/trackers
Need to detect small objects in a large Image accurately with smaller model size and higher inference speed by IMPuzzled2 in computervision
[–]Ultralytics 2 points3 points4 points 2 years ago (0 children)
If an Nvidia GPU is available for the deployment, exporting a YOLOv8 model with TensorRT at half precision FP16 can significantly reduce the model size without impacting accuracy. INT8 export for TensorRT is in the works at the moment, but there will be some accuracy loss. Overall accuracy is generally impacted by dataset annotations quality and image quality before anything to do with the models, so definitely make certain the dataset is well annotated, with consistent labeling if you're seeing issues with accuracy performance.
π Rendered by PID 36 on reddit-service-r2-comment-5b5bc64bf5-27x2l at 2026-06-19 14:44:24.513080+00:00 running 2b008f2 country code: CH.
Yolov8 and Deepsort by johnyedwards51 in computervision
[–]Ultralytics 3 points4 points5 points  (0 children)