airctic / icevision

An Agnostic Computer Vision Framework - Pluggable to any Training Library: Fastai, Pytorch-Lightning with more to come
https://airctic.github.io/icevision/
Apache License 2.0
843 stars 149 forks source link

Keypoint tests uses OCHuman dataset #571

Closed lgvaz closed 2 years ago

lgvaz commented 3 years ago

Some of the keypoints tests are done using the OCHuman dataset, but the parser for this dataset is not implemented in icevision (currently it's being defined inside conftest.py).

Instead we should do all tests using COCO keypoints, OCHuman should be moved to icedata.

FraPochetti commented 3 years ago

We need to create a keypoints-COCO-sample for that to happen, no?

lgvaz commented 3 years ago

Correcto!

FraPochetti commented 2 years ago

Not relevant anymore.