Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train with my own data #93

Open
kordou opened this issue Jan 18, 2024 · 2 comments
Open

train with my own data #93

kordou opened this issue Jan 18, 2024 · 2 comments
Labels
question Further information is requested

Comments

@kordou
Copy link

kordou commented Jan 18, 2024

HI,

i am new on machine learning, i am strated to study Ai this uear and i have a eersize to train a model to recognise to 6dof pose of an object, (eg a cup of coffe)

the idea is to use synthetic data from a 3d engine to create the dataset

can i somehow create the dataset fro this model ?

thank you in advanced for your help

@chensong1995
Copy link
Owner

Hi kordou,

Thanks for your interest in our work!

You can create a synthetic dataset to train HybridPose. My recommendation is to start by examining the provided datasets (i.e., Linemod, Blender Linemod, Fuse Linemod). You may want to pay attention to how keypoints, symmetry correspondences, and segmentation masks are labeled. The "Dataset set-up" section in README provides some good guidelines.

However, creating a custom dataset for HybridPose (our work) can be a bit tricky for someone who is just starting to study AI. This is because HybridPose requires a lot of intermediate representation labels. Perhaps, starting with a slightly simpler approach can smooth the learning curve a bit. I think PVNet (our baseline approach) is a good alternative because it only requires one type of intermediate representation (the keypoints).

I hope this helps! Let me know if you have further concerns.

@chensong1995 chensong1995 added the question Further information is requested label Jan 18, 2024
@kordou
Copy link
Author

kordou commented Jan 19, 2024

Hi chensong1995,
thank you for your answer. it is very helpfull

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants