Ivelin Ivanov
                                            Ivelin Ivanov
                                        
                                    https://mypy.readthedocs.io/en/latest/cheat_sheet_py3.html
Seems related to a [known cypress issue](https://github.com/cypress-io/cypress/issues/7943#issuecomment-1225761768). This is the test that leads to core dump and SIGTRAP error in the browser. [This is the line](https://github.com/ivelin/sweat-token/blob/055e72aec984ea6caed05659987b71c63ff10c1c/e2e-tests/tests/e2e/specs/projects.js#L99) that triggers it. ```...
**Is your feature request related to a problem? Please describe.** We currently have a notebook that shows how PoseNet and MoveNet perform on various fall data. https://github.com/ambianic/fall-detection/blob/main/MoveNet_Vs_PoseNet.ipynb We also have...
**Describe the bug** Currently all fall detection code is under a `pipeline` package which is a legacy leftover from the ambianic-edge code. This is noisy and not helping with code...
**Is your feature request related to a problem? Please describe.** We currently use PoseNet 2.0 as our default pose detection model. However benchmarking has shown that MoveNet performs better: https://blog.ambianic.ai/2021/09/02/movenet-vs-posenet-person-fall-detection.html...
**Is your feature request related to a problem? Please describe.** Looking at Pypi and searching on google, I could not find a python version of the [TFJS pose-detection API](https://github.com/tensorflow/tfjs-models/tree/master/pose-detection/src). There...
**Is your feature request related to a problem? Please describe.** Currently our pose detection API supports multiple models, which is great. **Describe the solution you'd like** It would be nice...
**Is your feature request related to a problem? Please describe.** [Currently we use a simple heuristic](https://blog.ambianic.ai/2021/03/25/fall-detection.html) that takes a before and after images from a fall sequence and compares the...
UPDATE: June 11, 2021 **Is your feature request related to a problem? Please describe.** Currently we use mobilnetv2 with a 300x300 input tensor (image) by default for object detection. It...