Piotr Skalski
Piotr Skalski
Hi, @Melvin0419 👋🏻! Did you train and load the model in the same notebook?
You need to make sure that version of `ultralytics` is the same in training and loading notebook.
Did you try to update the `ultralytics` version, and use something more recent?
Hi, @mohdsaqibxa 👋🏻! I just checked our notebook example, and it looks like it works. Loss is being minimized. We will need more information to debug. What dataset are you...
Hi, 👋🏻 Thanks for your interest in Notebooks. I'm confused. How can it be Google Colab and Windows at the same time?
Hi @RomRoc 👋🏻 ! I'd love to see that notebook! Please create PR and we will start from there 🙏🏻
Hi @RomRoc 👋🏻 Could we showcase usage of Python API over premade scripts?
Hi @XiaJunfly 👋🏻 Try running this code: ```python import time from tqdm import tqdm import cv2 import numpy as np from ultralytics import YOLO import supervision as sv import matplotlib.pyplot...
@XiaJunfly can you reproduce this bug in google colab?
Hi @XiaJunfly 👋🏻 I am very sorry for the confusion. As @rolson24 has already explained, we are experiencing some issues with the ByteTrack version released in `supervision=0.20.0`. I apologize once...