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.09k stars 788 forks source link

error in the bounding boxes detection #48

Closed SkalskiP closed 1 year ago

SkalskiP commented 1 year ago

Discussed in https://github.com/roboflow/notebooks/discussions/46

Originally posted by **yashathalye** January 22, 2023 Saw the Track & Count Objects using YOLOv8 ByteTrack & Supervision video and tried with my use case but i am getting the error as "Bounding boxes batch must be defined as 2d np.array with (N, 4) shape, [] given" in the tqdm section your help is much obliged thank you
SkalskiP commented 1 year ago

As I published the fix today. I'm closing the issue for now. Feel free to reopen if you'll still face any issues.