KOCCA 가상공간 과제 1차년도
- 이미지 기반 3D 객체 생성 기술
git clone https://github.com/KAIST-VML/KOCCA-Image2Mesh.git
cd KOCCA-Image2Mesh
git submodule update --init
conda create -n unique3d python=3.10
conda activate unique3d
bash install.sh
mkdir ckpt
mv ckpt.zip ckpt/
unzip ckpt/ckpt.zip –d ckpt/
mv ckpt/ Uniuqe3D/
python run_all.sh