Python Scripts for 3D Object Detection
HripsimeS opened this issue · 3 comments
@ahmadyan Hi Adel,
Where we can find a code for the training of models and code for testing on inference dataset? Thanks in advance!
Hripsime
-
We have not released the training code, but we did release the pre-trained models (both in Mediapipe, as well as the Objectron bucket on GCS).
-
The python evaluation code is located here. The eval script uses the ground truth bounding boxes.
-
Python and Web API for Objectron models (available via Mediapipe, Python colab).
Objectron models now offer a ready-to-use yet customizable Python solution as part of the prebuilt Mediapipe Python package.
The Mediapipe Python package is available on PyPI for Linux, macOS and Windows.
@ahmadyan thanks a lot for your answer. If I want to do a training of a new object that does not exist in your pre-trained models, I would need also a training code. Is there any way to receive it or it is forbidden to have an access?
are these bbox in colabs are x,y,z or x,y for a single vertex?