Dylan Tan
Dylan Tan
I faced the same issue and downgraded matplotlib to version 3.1.2 and am able to rotate and pick points. Hope this helps
I am getting the same issue when streaming a video in realtime, and found that this only happens when I am using GPU, but works fine when I am using...
> @nguyenlam185 ,In the vertical direction, the range angle is 28.6 °, which is divided into 64 ranges on average. Take a quarter of that as our new data. Hello...
Did anyone figure this out? @rambleramble @athulvingt @akashAD98 **EDIT:** Ohhh nvm it's ok, tried these and got it to work > only do self.tracker.predict(), but not self.tracker.update(detections) since there is...
Hello @OleksiiYeromenko @xuaner11111, I am not an expert at this either but I think that to predict the next position of the object, you would have to call `tracker.predict()` **only**...