For human bounding box detection models, please download from MMDetection Model Zoo.
MMDetection provides 80-class COCO-pretrained models, which already includes the person
category.
For hand bounding box detection, we simply train our hand box models on onehand10k dataset using MMDetection.
Arch | Box AP | ckpt | log |
---|---|---|---|
Cascade_R-CNN X-101-64x4d-FPN-1class | 0.817 | ckpt | log |
ssdlite_mobilenetv2-1class | 0.779 | ckpt | log |
In COCO dataset, there are 80 object categories, including 10 common animal
categories (16: 'bird', 17: 'cat', 18: 'dog', 19: 'horse', 20: 'sheep', 21: 'cow', 22: 'elephant', 23: 'bear', 24: 'zebra', 25: 'giraffe')
For animals in the categories, please download from MMDetection Model Zoo.
Arch | Box AP | ckpt | log |
---|---|---|---|
Faster_R-CNN_Res50-FPN-1class | 0.840 | ckpt | log |
Cascade_R-CNN X-101-64x4d-FPN-1class | 0.879 | ckpt | log |