HFGI
CVPR 2022 HFGI: High-Fidelity GAN Inversion for Image Attribute Editing
파일 탐색기
최종 버전 다운로드 (.zip)- __init__.py
- data_configs.py
- paths_config.py
- transforms_config.py
- __init__.cpython-36.pyc
- lpips.cpython-36.pyc
- networks.cpython-36.pyc
- utils.cpython-36.pyc
- __init__.py
- lpips.py
- networks.py
- utils.py
- __init__.py
- id_loss.py
- moco_loss.py
- __init__.py
- images_dataset.py
- inference_dataset.py
- cars_pca.pt
- ffhq_pca.pt
- age.pt
- pose.pt
- smile.pt
- ganspace.py
- latent_editor.py
- __init__.cpython-36.pyc
- __init__.cpython-37.pyc
- helpers.cpython-36.pyc
- helpers.cpython-37.pyc
- model_irse.cpython-36.pyc
- psp_encoders.cpython-36.pyc
- psp_encoders.cpython-37.pyc
- __init__.py
- helpers.py
- model_irse.py
- psp_encoders.py
- __init__.cpython-36.pyc
- __init__.cpython-37.pyc
- model.cpython-36.pyc
- model.cpython-37.pyc
- __init__.cpython-36.pyc
- __init__.cpython-37.pyc
- fused_act.cpython-36.pyc
- fused_act.cpython-37.pyc
- upfirdn2d.cpython-36.pyc
- upfirdn2d.cpython-37.pyc
- __init__.py
- fused_act.py
- fused_bias_act.cpp
- fused_bias_act_kernel.cu
- upfirdn2d.cpp
- upfirdn2d.py
- upfirdn2d_kernel.cu
- __init__.py
- model.py
- __init__.py
- psp.py
- __init__.py
- train_options.py
- 1.gif
- 1.jpg
- 2.gif
- 2.jpg
- 3.gif
- 3.jpg
- 4.gif
- 4.jpg
- 5.gif
- 5.jpg
- 6.gif
- 6.jpg
- demo1.jpg
- demo2.jpg
- method.jpg
- real_edit.jpg
- inference.py
- train.py
- 00044.jpg
- 00051.jpg
- 00085.jpg
- 00247.jpg
- 00251.jpg
- 00418.jpg
- 00467.jpg
- 00511.jpg
- 00635.jpg
- 00705.jpg
- 00888.jpg
- 01420.jpg
- __init__.py
- coach.py
- ranger.py
- __init__.py
- common.py
- data_utils.py
- model_utils.py
- train_utils.py
- cog.yaml
- environment.yml
- HFGI_playground.ipynb
- inference.sh
- predict.py
- README.md
- train.sh
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Tengfei-Wang/HFGI
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd HFGI
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- Python 3 pip 명령어를 쓰려면 Python이 필요합니다.
pip install torch==1.6.0+cu101 torchvision==0.7.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
pip install matplotlib
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
