From 322850e79368f3b98e6c9e85a78f7e856ca7907c Mon Sep 17 00:00:00 2001 From: Jeffreytsai1004 Date: Wed, 19 Feb 2025 02:08:17 +0800 Subject: [PATCH] Update --- README.md | 27 --------------------------- README_EN.md | 27 --------------------------- 2 files changed, 54 deletions(-) diff --git a/README.md b/README.md index 0a701c0..b5ee26c 100644 --- a/README.md +++ b/README.md @@ -41,33 +41,6 @@ └── visualization/ # 渲染结果和视频 ``` -## 目录结构 -``` -├── cache/ # 缓存目录 -│ ├── gdown/ # gdown缓存 -│ ├── torch/ # PyTorch缓存 -│ └── huggingface/ # Hugging Face缓存 -├── ext/ # 外部依赖 -│ ├── NeuralHaircut/ # NeuralHaircut仓库 -│ ├── Matte-Anything/ # Matte-Anything仓库 -│ ├── openpose/ # OpenPose仓库 -│ ├── pytorch3d/ # PyTorch3D仓库 -│ ├── simple-knn/ # Simple KNN仓库 -│ ├── kaolin/ # Kaolin仓库 -│ └── hyperIQA/ # HyperIQA仓库 -├── resource/ # 资源文件 -│ ├── NeuralHaircut/ # NeuralHaircut模型 -│ ├── Matte-Anything/ # Matte-Anything模型 -│ ├── openpose/ # OpenPose模型 -│ ├── PIXIE/ # PIXIE模型 -│ └── hyperIQA/ # HyperIQA模型 -├── src/ # 源代码 -├── micromamba/ # Micromamba安装目录 -├── micromamba.exe # Micromamba可执行文件 -├── install.bat # 安装脚本 -├── download_resource.bat # 资源下载脚本 -└── run.bat # 执行脚本 -``` ## 环境变量 需要设置的环境变量: diff --git a/README_EN.md b/README_EN.md index 3045a3d..d92f371 100644 --- a/README_EN.md +++ b/README_EN.md @@ -41,33 +41,6 @@ Expected output: └── visualization/ # Rendering results and video ``` -## Directory Structure -``` -├── cache/ # Cache directory -│ ├── gdown/ # gdown cache -│ ├── torch/ # PyTorch cache -│ └── huggingface/ # Hugging Face cache -├── ext/ # External dependencies -│ ├── NeuralHaircut/ # NeuralHaircut repository -│ ├── Matte-Anything/ # Matte-Anything repository -│ ├── openpose/ # OpenPose repository -│ ├── pytorch3d/ # PyTorch3D repository -│ ├── simple-knn/ # Simple KNN repository -│ ├── kaolin/ # Kaolin repository -│ └── hyperIQA/ # HyperIQA repository -├── resource/ # Resource files -│ ├── NeuralHaircut/ # NeuralHaircut models -│ ├── Matte-Anything/ # Matte-Anything models -│ ├── openpose/ # OpenPose models -│ ├── PIXIE/ # PIXIE models -│ └── hyperIQA/ # HyperIQA models -├── src/ # Source code -├── micromamba/ # Micromamba installation -├── micromamba.exe # Micromamba executable -├── install.bat # Installation script -├── download_resource.bat # Resource download script -└── run.bat # Execution script -``` ## Environment Variables Required environment variables: