roboflow / notebooks

Examples and tutorials on using SOTA computer vision models and techniques. Learn everything from old-school ResNet, through YOLO and object-detection transformers like DETR, to the latest models like Grounding DINO and SAM.
https://roboflow.com/models
5.27k stars 814 forks source link

Tuple Unpack Problem in Byte Tracker of Supervision: 0.18.0 #241

Closed SyedAanif closed 8 months ago

SyedAanif commented 8 months ago

Search before asking

Notebook name

Updated notebook: notebooks/how-to-track-and-count-vehicles-with-yolov8.ipynb

Bug

In the Byte Tracker of Supervision version: 0.18.0, there is a tuple unpack problem for detections.

PFA screenshot of the same version issue and the fix for the same.

This will help to run the notebook properly.

SingleFrameProcess

WholeVideoProcess

Environment

Minimal Reproducible Example

No response

Additional

No response

Are you willing to submit a PR?

SkalskiP commented 8 months ago

Hi @SyedAanif 👋🏻 ! Thanks for letting us know. Would you like to submit PR with fix?

SyedAanif commented 8 months ago

Hi @SkalskiP 👋🏻,

Thanks for giving me the chance to contribute. 😄 Yes, i would love raise a PR with the fix

SkalskiP commented 8 months ago

This one is solved already.