Objectron icon indicating copy to clipboard operation
Objectron copied to clipboard

Python Scripts for 3D Object Detection

Open HripsimeS opened this issue 2 years ago • 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

HripsimeS avatar Sep 05 '22 12:09 HripsimeS

  • 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 avatar Sep 07 '22 17:09 ahmadyan

@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?

HripsimeS avatar Sep 15 '22 13:09 HripsimeS