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
720 stars 215 forks source link

Training multiple objects for same class #179

Open swastiksomani opened 2 years ago

swastiksomani commented 2 years ago

We want to detect multiple object of same class from a single given image. We have the following queries:

Q1: Can we implement this problem statement using the current framework?

Q2: How do we train the model for this problem statement. Do we need images/labels.txt with multiple same class objects?

Q3: What parameters we need to change in cfg files?

Q4: Do we need to make some changes in valid.ipynb file?

TrinhNC commented 1 year ago

@swastiksomani any update on this? I'm wondering if we have to use the multi training code for this task or use the single object one?