weidong-z
weidong-z
> You can try using `persist=False` for the first frame of the video and use `persist=True` for subsequent frames. It Works!! great, and thanks
@RizwanMunawar @Y-T-G Hello, I need to re-open this issue as I face new problem using this solution. This solution fixed my previous problem, however it introduce new one: tracking failures...
@Y-T-G @RizwanMunawar @plashchynski any suggestions for me? thanks very much
> @weidong-z Use `tracker="bytetrack.yaml"` instead. No needd to set `persist=False` @Y-T-G as you suggeted, I modify my code as ``` for idx, image in enumerate(images): img_id = f’{idx+1:02d}‘ result =...
> @Laughing-q I guess he's running tracking on multiple videos sequentially. And if he switches to a new video while still using the old model instance, there's an error since...
> @shahfaizanali I don't think the error would occur if you're using a new instance for each user. There's probably some issue with your code that makes it use the...