Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.68 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.68 KB

MagicClay: Sculpting Meshes with Generative Neural Fields

Project Page | Paper |

This is the official implementation of MagicClay. For ease of use, it is implemeneted as a Threestudio extension.

alt text

IMAGE ALT TEXT HERE IMAGE ALT TEXT HERE IMAGE ALT TEXT HERE

How to Install and Run

  1. follow the installation instruction for Threestudio
  2. install the following:
    pip install torch-scatter
    pip install cyobj
    pip install ConfigArgParse
  3. put the threestudio-magicclay folder inside the 'custom' folder in the main Threestudio installation.
  4. download demo data here
  5. put the demo data in a folder called demo_data in the threestudio-magicclay folder, to run the relevant demos in magicclay_demo.sh

If you found this work helpful, please cite as:

@article{Barda24,
title = {MagicClay: Sculpting Meshes With Generative Neural Fields},
author = {Amir Barda and Vladimir G. Kim and Noam Aigerman and Amit H. Bermano and Thibault Groueix},
year = {2024},
journal = {SIGGRAPH Asia (Conference track)}}