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
Fix non str type of labels (#323)
* Don't try to upgrade ultralytics
* Version up
* Specify labels attribute type in python
* Add a unit test
* Fix type check in test
Support all resize types in kp model (#275)
* Support all resize types in kp model
* Update cpp implementation
* Update kp ref
* Update scores computation
* Update ref scores
* Add visibility score computation to cpp
* Fix a typo
* Skip direct KP model inference in cpp