Git Product home page Git Product logo

hands2022_obj_pose's Introduction

HANDS22 Challenge Task 1: Hand-held Object Pose Estimation

This repository contains scripts relating to the Task 1 of HANDS2022 challenge organized at ECCV'22.

The goal of this task is to estimate the pose of hand-held objects from a single RGB image. For more details:

  • HANDS22 website:
  • Challenge Website:
  • Dataset Download:

The dataset used in the challenge is a refactored version of HO-3D dataset. We provide scripts for the following in this repo:

  • Dataset Visualization Script.
  • Challenge Submission Script.
  • Object Pose Accuracy Evaluation Script.

Installation

  1. Download MANO model files from the website (requires login) to smplx_dir
  2. Download the dataset to dataset_dir.
  3. Download the YCB object models by clicking on The YCB-Video 3D Models here. Save the models in object_models_dir
  4. Install the required modules:
pip install open3d matplotlib argparse opencv-python torch smplx pillow

Dataset Visualization

To visualize the annotations in the train set, run the following:

python vis.py --dataset_dir dataset_dir --smplx_path smplx_dir --object_models_dir object_models_dir

The annotations in 2D and segmentation map are shown in a matplotlib window and the mesh is visualized in an open3d window. image

Challenge Submission

To submit your results to the challenge for automatic evaluation modify challenge_submit.py to call your function and dump the json file. The json file has to zipped before submission.

python challenge_submit.py --dataset_dir dataset_dir

Object Pose Evaluation

We use Maximum Symmetry-aware Surface Distance (MSSD) metric to measure the accuracy of the object pose estimates. Refer to the challenge website for more description of the metric. The script evaluation.py is used in the codalab competition server for evaluating the submissions. The annotations of the test set are withheld.

hands2022_obj_pose's People

Contributors

shreyashampali avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

goldonkey

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.