facebookresearch / maskrcnn-benchmark

Fast, modular reference implementation of Instance Segmentation and Object Detection algorithms in PyTorch.
MIT License
9.28k stars 2.5k forks source link

How to train keypoint detect with my own dataset which only have four keypoint? #766

Open wanghuok opened 5 years ago

wanghuok commented 5 years ago

❓ Questions and Help

Hello, everybody. I want to train keypoints detect use mask-rcnn with my own dataset. but my dataset only four keypoint. What should i do. Thank you.

XiaoLaoDi commented 5 years ago

@wanghuok have you find a way to solve that, I meet the same question ?