Skip to content

Kulbear/object-wakeup

Repository files navigation

NOTE: This page is still under construction.

Now we provide a minimal demo only. More to come.

Object Wake-up: 3D Object Rigging from a Single Image (ECCV 2022)

teaser_image teaser_image

Given a single chair image, could we wake it up by reconstructing its 3D shape and skeleton, as well as animating its plausible articulations and motions, similar to that of human modeling?

It is a new problem that not only goes beyond image-based object reconstruction but also involves articulated animation of generic objects in 3D, which could give rise to numerous downstream augmented and virtual reality applications.

Environment Setup

conda env create -f environment.yaml
conda activate object-wakeup
python setup.py build_ext --inplace

Dataset

(Work in Progress)

Now we have a release contains sample dataset as well as the source code of the tool we developed in UNREAL 4. It is not yet finished but it is ready to play with if you are interested in.

[Data Download]

  • ShapeRR_Generation contains the plug-in we developed in UE4.
  • Chair_Out provides sample high-resolution rendering data for the Chairs category in ShapeNet.
  • Other 3 categories presented in paper is still being processed and a full release is expected in the future.

Demo

To run a demo on our method for 3D reconstruction, please download the sample demo image from here.

Put the sample image in folder ./demo_chair.

Then you may want to download the pretrained model weights from here.

Put the checkpoint file in folder ./checkpoint.

To generate sample meshes using a trained model, use

python demo.py demo.yaml

Misc

Contact Ji Yang at jyang7@ualberta.ca for any questions or comments.

About

Official repository for "Object Wake-up: 3D Object Rigging from a Single Image" (ECCV 2022)

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE_Occupancy_Network.md
MIT
LICENSE_Ours.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published