Giter Site home page Giter Site logo

zhangxuying1004 / temo Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 51.72 MB

Official Code for 'TeMO: Towards Text-Driven 3D Stylization for Multi-Object Meshes' (CVPR 2024)

Python 100.00%
3d-stylization 3d-vision-and-language cvpr2024 3d-generation

temo's Introduction

TeMO: Towards Text-Driven 3D Stylization for Multi-Object Meshes

Paper Link, accepted by CVPR 2024

๐Ÿ› ๏ธ Dependencies and Installation

conda env create --file temo.yml
conda activate temo

Note1: The below installation will fail if run on something other than a CUDA GPU machine.
Note2: Installing clip by referring to link.
Note3: Installing kaolin by referring to link. If saying something like nvcc not found, you may need to set your CUDA_HOME environment variable to the 11.3 folder i.e. export CUDA_HOME=/usr/local/cuda-11.3, then retuning the installation.
Note4: Installing Open3D by pip install open3d==0.14.1.

๐Ÿค– Training and Validation

  1. Train: call the below shell scripts to generate example styles:
# a fire dragon and an ice dragon
./scripts/run_dual_dragon.sh
# A garfield cat and a brown horse
./scripts/run_cat_horse.sh
# ...
  1. Validate: call the below shell scripts to generate gifs:
# a fire dragon and an ice dragon
./scripts/test_dual_dragon.sh
# A garfield cat and a brown horse
./scripts/test_cat_horse.sh
# ...

๐Ÿ“– Citation

If our work gives some inspiration to your research, please star this project and cite us. Thank you!

@article{zhang2023temo,
  title={TeMO: Towards Text-Driven 3D Stylization for Multi-Object Meshes},
  author={Zhang, Xuying and Yin, Bo-Wen and Chen, Yuming and Lin, Zheng and Li, Yunheng and Hou, Qibin and Cheng, Ming-Ming},
  journal={arXiv preprint arXiv:2312.04248},
  year={2023}
}

๐Ÿค Acknowledgement

This repo is mainly built based on TANGO, Text2Mesh, and X-Mesh. Thanks for their great work!

temo's People

Contributors

zhangxuying1004 avatar

Watchers

Kostas Georgiou avatar  avatar

temo's Issues

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.