Coder Social home page Coder Social logo

Comments (2)

ahmadyan avatar ahmadyan commented on May 17, 2024

Hi Yunzhi, Good questions!

  1. There are two data folders for the tf.records in the storage bucket: 1) objectron/v1/records and 2) objectron/v1/records_shuffled, in records, we extract every frame in the dataset (totallying 4M) frames, and in the records_shuffled, we just shuffle those samples. So if you want to randomly grab N frames from the dataset read the records_shuffled and .take(N).

  2. For MobilePose, we re-trained the model on the dataset. The train/test split is available here. The original MobilePose paper is using a internal version of objectron (which also includes synthetic images, and the dataset size is bigger than Objectron). To provide a fair comparison, we re-trained MobilePose models on the public version and reported the numbers in the objectron papers (note the 3D IoU is slightly lower than the eval reported in MobilePose paper).

  3. If you grab 1K image from the shuffled dataset, it will uniformly sample the dataset. That is good enough. In the shuffled dataset, there are different shards for training and test. e.g. chair_train_00001_of_0xxxx and chair_test_00001_of_0xxxx
    See records here: https://pantheon.corp.google.com/storage/browser/objectron/v1/records/chair

If you decide to regenerate the records from raw data, just make sure that you follow the same train/test split as ttps://github.com/google-research-datasets/Objectron/tree/master/index

from objectron.

Uio96 avatar Uio96 commented on May 17, 2024

Great. Thanks for the detailed answer.

from objectron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.