-
Although we don't want too many knobs for users, it is clear that some of the logic in DASH is not accessible to newer runners. In particular, things related to suits. We'd like to add an Option that …
-
Hi,
Would you know why I am getting this error? I see in the code here that you check for minimum 4 pairs of points before findHomography but still getting the error:
https://github.com/tryolabs…
-
Enemies can be frozen pixel perfectly to be the same height as runway and then you can run on top of them. Most cases should be wallcrawlers, adding 1 tile of runway. Farm bugs have a few spots wher…
-
Hi All,
I have just discovered this library and think it might be useful for face tracking application I am working on. I already have a working detector algorithm. I want to understand how do I in…
-
Hello every developers,
I am new to the field of object detection. Due to time constraints, please allow me to ask a few questions before fully understanding this project. Thank you.
I want to fin…
-
Hi,
I looked at the demo and explanation here: https://github.com/tryolabs/norfair/tree/master/demos/reid
At high-level, I understand what's going on but is it possible for you to explain what's…
-
**Describe the bug**
In a few locations within this package, if some condition is not met, an error message is printed and then the interpreter is instructed to `exit()`. Instead it would be better t…
-
Hi,
I am using norfair to track faces. I want to know how can I get how many distinct objects are there in my video, bbox coordinates for each object. What's the easiest way to fetch this informati…
-
Hi @aguscas ,
I am using reid to rematch faces in case of occlusion. I have implemented something by following reid demo.py example. The only changes I made are:
1) Used embeddings from the VGG-…
-
Hi,
I am using this library to track faces. So far, I have been processing every frame of my videos and although results look great, the process is extremely slow. I have tried skipping frames but …