TeCH
[3DV 2024] Official repo of "TeCH: Text-guided Reconstruction of Lifelike Clothed Humans"
파일 탐색기
최종 버전 다운로드 (.zip)- default.yaml
- tech_geometry.yaml
- tech_texture.yaml
- tech_texture_export.yaml
- bindings.cpp
- freqencoder.cu
- freqencoder.h
- __init__.py
- backend.py
- freq.py
- setup.py
- bindings.cpp
- gridencoder.cu
- gridencoder.h
- __init__.py
- backend.py
- grid.py
- setup.py
- annotators.py
- camera_utils.py
- chamfer.py
- color_network.py
- color_utils.py
- dmtet_network.py
- encoding.py
- guidance.py
- hed_annotator.py
- loss_utils.py
- marching_tets.py
- network_utils.py
- obj.py
- optimizer.py
- pose_utils.py
- provider.py
- renderer.py
- tet_utils.py
- trainer.py
- uv_utils.py
- main.py
- bulma-carousel.min.css
- bulma-slider.min.css
- bulma.css.map.txt
- bulma.min.css
- fontawesome.all.min.css
- index.css
- TeCH-Method.png
- bulma-carousel.js
- bulma-carousel.min.js
- bulma-slider.js
- bulma-slider.min.js
- fontawesome.all.min.js
- index.js
- slick.eot
- slick.svg
- slick.ttf
- slick.woff
- ajax-loader.gif
- config.rb
- slick-theme.css
- slick-theme.less
- slick-theme.scss
- slick.css
- slick.js
- slick.less
- slick.min.js
- slick.scss
- geometry-1.mp4
- geometry-2.mp4
- geometry-3.mp4
- geometry-4.mp4
- geometry-5.mp4
- geometry-6.mp4
- more-results.mp4
- teaser.mp4
- texture-1.mp4
- texture-2.mp4
- texture-3.mp4
- texture-4.mp4
- texture-5.mp4
- texture-6.mp4
- 3DV24_TeCH.pdf
- index.html
- install.md
- download_body_data.sh
- download_dreambooth_data.sh
- download_modnets.sh
- run.sh
- alex.pth
- squeeze.pth
- vgg.pth
- alex.pth
- squeeze.pth
- vgg.pth
- __init__.py
- LICENSE
- lpips.py
- pretrained_networks.py
- MODNet
- nvdiffrast
- body.yaml
- inside_mesh.py
- setup.py
- triangle_hash.cpp
- setup.py
- tribox2.h
- voxelize.c
- __init__.py
- blender_utils.py
- cloth_extraction.py
- config.py
- imutils.py
- local_affine.py
- render.py
- render_pyrender.py
- render_utils.py
- seg3d_lossless.py
- seg3d_utils.py
- smpl_vert_segmentation.json
- train_util.py
- __init__.py
- body_model.py
- convert_openpose.py
- EvalDataset.py
- Evaluator.py
- mesh_util.py
- NormalDataset.py
- NormalModule.py
- PointFeat.py
- tbfo.ttf
- TestDataset.py
- __init__.py
- BasePIFuNet.py
- Discriminator.py
- FBNet.py
- GANLoss.py
- geometry.py
- net_util.py
- NormalNet.py
- __init__.py
- encoders.py
- FLAME.py
- hrnet.py
- lbs.py
- moderators.py
- resnet.py
- SMPLX.py
- array_cropper.py
- config.py
- renderer.py
- rotation_converter.py
- tensor_cropper.py
- util.py
- __init__.py
- pixie.py
- .gitignore
- __init__.py
- body_models.py
- joint_names.py
- lbs.py
- LICENSE
- README.md
- utils.py
- vertex_ids.py
- vertex_joint_selector.py
- __init__.py
- bias_act.cpp
- bias_act.cu
- bias_act.h
- bias_act.py
- conv2d_gradfix.py
- conv2d_resample.py
- fma.py
- fused_act.py
- fused_bias_act.cpp
- fused_bias_act_kernel.cu
- grid_sample_gradfix.py
- native_ops.py
- upfirdn2d.cpp
- upfirdn2d.cu
- upfirdn2d.h
- upfirdn2d.py
- __init__.py
- custom_ops.py
- misc.py
- persistence.py
- training_stats.py
- __init__.py
- IFGeo.py
- Normal.py
- postprocess.py
- preprocess.py
- test.py
- v1-finetune.yaml
- v1-finetune_unfrozen.yaml
- v1-inference.yaml
- __init__.py
- base.py
- imagenet.py
- lsun.py
- personalized.py
- personalized_style.py
- __init__.py
- classifier.py
- ddim.py
- ddpm.py
- plms.py
- autoencoder.py
- __init__.py
- model.py
- openaimodel.py
- util.py
- __init__.py
- distributions.py
- __init__.py
- modules.py
- modules_bak.py
- test.png
- __init__.py
- bsrgan.py
- bsrgan_light.py
- utils_image.py
- __init__.py
- contperceptual.py
- vqperceptual.py
- attention.py
- ema.py
- embedding_manager.py
- x_transformer.py
- lr_scheduler.py
- util.py
- convert_ldm_to_diffusers.py
- LICENSE
- main.py
- get_prompt_blip.py
- .gitignore
- .gitmodules
- LICENSE
- README.md
- requirements.txt
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/huangyangyi/TeCH
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd TeCH
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
pip install -r requirements.txt
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
// repository documentation
Was this content helpful?
(0 ratings)
