javier

Results 16 comments of javier
trafficstars

After some research, this is a problem of OpenCV. The video in question has a tag `displaymatrix: rotation of -90.00 degrees` (use `ffprobe` to see the tags) which means that...

Hi @gilbo123 this is a known issue we are planning to include a fix to the shared count, however, we don't have encountered many cases where multiple trackers are needed....

That's a compelling argument haha. Regarding the solution, I think the best solution (it's also the simplest) is not to reset `TrackedObject.count` when [instantiating the tracker](https://github.com/tryolabs/norfair/blob/master/norfair/tracker.py#L118). That'd mean that the...

@gilbo123 you can ignore my previous comment where I didn't understand what you needed. The fix needed is going to be more complex than a single line as I thought...

@gilbo123 we just merged a fix for this but it's not deployed on pypi yet. so my recommendation now is to use the new property `total_object_count` on the tracker instance...

Hi @berebid sorry for the late response, we were focused on some new features. If I understood correctly you have a detector that makes the prediction by looking at 2...

Closing due to lack of activity. Initial question seems to have been answered

Hey @nmichlo We are working on this at the moment. I will make a PR as soon as poetry finishes locking the dependencies... that might take a while

Does this affect any demo? maybe the videos look different now if they were relying on the default argument

Is there an easy way to warn the user if they access `past_detections` but `past_detections_length` is set to 0?