javier

Results 13 issues of javier

the command should be `python -m spacy download en_core_web_sm` source: https://spacy.io/models#quickstart

Ran Black on the entire repo and added a GA to enforce it on new PRs. We probably want to merge existing PRs first Questions: - [ ] should we...

- added predefined functions - allowed the Tracker to receive a distance by name - renamed some of the distances to be more precise. For instance, what we were caling...

We are using the defaults ones but we might want to review them and create something tailored for norfair

**Describe the bug** Norfair seems to be skipping frames on `.avi` videos **To Reproduce** Using this 2 videos as examples: https://drive.google.com/file/d/10HPhUDNDbZ7tA9309-id8d2n4BX80gZb/view?usp=drive_link https://drive.google.com/file/d/1aJh1TjPRySPerdUsTo0A8tRnbKLU7ZBm/view?usp=drive_link and this very simple script: ``` python import...

bug

This PR implements a slow but exact (as in not an approximation) of the moving quantile. Implementation considerations: The implementation splits the window into smaller and bigger values split into...