This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
How to train on custom synthetic dataset? #68
Labels
question
Further information is requested
Comments
To train the 6D pose estimation model, we need the below information, which probably you can extract from Blender.
For the actual training, you need to create your custom dataset class similar to the below.
And use it in the train.py script. |
@ mikkeljakobsen @alanxuefei Hi,have you completed the project task of multiple instances of similar objects?Can you share your successful experience,thank you! |
Sorry, I didn't manage to train MoreFusion on my own data. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I would like to train MoreFusion on my own synthetic dataset of boxes. I've generated my dataset using BlenderProc and I have ground truth instance masks and 6D poses for the boxes. An example train image from my generated data is shown below:
I managed to train Mask R-CNN so it generalizes to real images to some extend. But I need to do full 6D pose estimation.
So my question is: do you think it would be possible to succesfully train MoreFusion on my own custom synthetic data as described above? And what would I need to do in order to adapt the training script to custom data?
Best regards, Mikkel
The text was updated successfully, but these errors were encountered: