microsoft / singleshotpose

This research project implements a real-time object detection and pose estimation method as described in the paper, Tekin et al. "Real-Time Seamless Single Shot 6D Object Pose Prediction", CVPR 2018. (https://arxiv.org/abs/1711.08848).
MIT License
725 stars 214 forks source link

dataset labellimg? #95

Closed TDBTECHNO closed 5 years ago

TDBTECHNO commented 5 years ago

I would like to ask that is there any labelling tool for your own custom dataset?I would like to use RGB camera. LIke for 2D images, we labell the images thhrough LabelImg, but what about 3D images or say bounding box?

hlcool commented 5 years ago

I think you could try ObjectDatasetTools

btekin commented 5 years ago

Yes, the ObjectDatasetTools seem to be quite practical in generating your own dataset for pose estimation purposes. It also provides label files compatible with our dataset.

Sciroccogti commented 5 years ago

@btekin I wonder if there could be a wiki page? There have already been so many useful issues 😂, and I think simply offering some links to these issues will be quite helpful.