You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding MoveNet skeleton and support files
* Adding MoveNet implementation and supporting files
* Lint MoveNet files (except for line length)
Line lengths will be updated in an upcoming commit.
* Use correct formatting, which includes line lengths
* Remove test URL
* Addressing code review comments
* Fix MoveNet visualization in live demo
* Updates after review comments
MoveNet determineCropRegion refactored and moved OneEuroFilter to common
filters directory
* Remove configurable keypoint threshold
This threshold was mostly used for internal cropping logic.
* Merge Model and KeypointModel, plus additional updates after review
* Move one euro filter back to MoveNet with TODO
* Add test for MoveNet
* Use MoveNet as default model in pose demo
* Add MoveNet model type selection to pose demo
* Run models at highest possible speed in pose demo
* Fix error in cropping code
* Remove comment
* Updates to resolve review comments
* Fix CI test
* Simplify pose array creation
0 commit comments