-
Notifications
You must be signed in to change notification settings - Fork 263
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
Develop 3D Object Detection for (delivery) boxes #43
Comments
To start, you'll need annotated data. There are annotated cereal boxes in the dataset, but you'll need to collect your own data and annotate it, then you can train the models for this purpose. |
Have I to develop my own model for that or can I use an existing model for this? On which site in the documentation or the MediaPipe sited have I to start from to develop an model? When I for example look at this site: https://google.github.io/mediapipe/solutions/objectron.html Thank you very mich in advanced! |
We haven't released the training code for the models yet, so you have to implement your own model. |
I understand, Could you tell me from where to start to create a model? Thank you very much in advanced. |
A good starting point would be Tensorflow tutorials, next you can look at the source code of relevant models on Github. https://paperswithcode.com/task/6d-pose-estimation |
You can also refer to Sec 5.2 of our paper
https://arxiv.org/pdf/2012.09988.pdf for our models.
…On Wed, Jun 2, 2021 at 2:44 PM Adel Ahmadyan ***@***.***> wrote:
A good starting point would be Tensorflow tutorials
<https://www.tensorflow.org/tutorials>, next you can look at the source
code of relevant models on Github.
https://paperswithcode.com/task/6d-pose-estimation
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APYUXUB2EC66L2AJMSFRX6TTQ2Q33ANCNFSM453LMKLQ>
.
|
How to annotate the data (videos) for the objectron? Unfortunately I read that the annotation tool is not released so that we could use it... Any idea? |
I have the same question. I would like to train a model with a new object but I don't know how to proceed, what should I do? Thank you very much for everything. |
hello, I have the same question, did you solve it? I use the following code and get weird results, I don't know how to get the 2D keypoints, images = np.asarray(images) print(preds) [array([[[[9.6562573e-05],
(1, 160, 120, 1) |
@ahmadyan Hello. The training code for the models is released already since June 2021 ? |
same question? |
Sorry, but any news on the training code? |
Hello,
I need to develop an solution to detect and track some kind of boxes like delivery boxes etc.
How to start here? I read that there is already data in the dataset, but How to build a solution up on that to 3D detect Boxes?
Example:
I really appreciate your help.
Thank you.
The text was updated successfully, but these errors were encountered: