Revision bd27827e1010858ed0c21a64fb84d62546e64a68 authored by Maxim Zhiltsov on 28 November 2023, 12:47:21 UTC, committed by GitHub on 28 November 2023, 12:47:21 UTC
- Now only the visible subset of the points is matched for both
  skeletons (previously, the GT skeleton visibility was used)
  This conforms with the overall IoU (or accuracy-based) approach to the
  quality metrics, used in other comparisons.

- Added protection from invalid numbers in the distance matching
  function to avoid similar problems with other annotations

- Updated python test docs about assets updating
1 parent e34fbe3
History
File Mode Size
apps
requirements
settings
utils
__init__.py -rw-r--r-- 191 bytes
asgi.py -rw-r--r-- 1011 bytes
nginx.conf -rw-r--r-- 1.7 KB
rqworker.py -rw-r--r-- 2.0 KB
schema.yml -rw-r--r-- 266.7 KB
urls.py -rw-r--r-- 1.9 KB

back to top