Pthahnix commited on
Commit
6c428f2
·
verified ·
1 Parent(s): efb09f8

docs: update repo name references to MeshLex-Research

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -20,9 +20,9 @@ pipeline_tag: other
20
 
21
  **MeshLex: Learning a Topology-aware Patch Vocabulary for Compositional Mesh Generation**
22
 
23
- <a href="https://github.com/Pthahnix/Meshlex-Research"><img alt="GitHub"
24
  src="https://img.shields.io/badge/GitHub-Meshlex--Research-181717?logo=github&logoColor=white"/></a>
25
- <a href="https://github.com/Pthahnix/Meshlex-Research/blob/main/LICENSE"><img alt="License"
26
  src="https://img.shields.io/badge/License-Apache_2.0-f5de53?&color=f5de53"/></a>
27
 
28
  </div>
@@ -147,7 +147,7 @@ Training data sourced from [Objaverse-LVIS](https://huggingface.co/datasets/alle
147
 
148
  ```bash
149
  # Clone the code repo
150
- git clone https://github.com/Pthahnix/Meshlex-Research.git
151
  cd Meshlex-Research
152
 
153
  # Install dependencies
@@ -160,7 +160,7 @@ pip install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_conv \
160
  pip install huggingface_hub
161
  python -c "
162
  from huggingface_hub import snapshot_download
163
- snapshot_download('Pthahnix/Meshlex-Research', local_dir='hf_download', repo_type='model')
164
  "
165
  # Move data and checkpoints into place
166
  cp -r hf_download/data/ data/
 
20
 
21
  **MeshLex: Learning a Topology-aware Patch Vocabulary for Compositional Mesh Generation**
22
 
23
+ <a href="https://github.com/Pthahnix/MeshLex-Research"><img alt="GitHub"
24
  src="https://img.shields.io/badge/GitHub-Meshlex--Research-181717?logo=github&logoColor=white"/></a>
25
+ <a href="https://github.com/Pthahnix/MeshLex-Research/blob/main/LICENSE"><img alt="License"
26
  src="https://img.shields.io/badge/License-Apache_2.0-f5de53?&color=f5de53"/></a>
27
 
28
  </div>
 
147
 
148
  ```bash
149
  # Clone the code repo
150
+ git clone https://github.com/Pthahnix/MeshLex-Research.git
151
  cd Meshlex-Research
152
 
153
  # Install dependencies
 
160
  pip install huggingface_hub
161
  python -c "
162
  from huggingface_hub import snapshot_download
163
+ snapshot_download('Pthahnix/MeshLex-Research', local_dir='hf_download', repo_type='model')
164
  "
165
  # Move data and checkpoints into place
166
  cp -r hf_download/data/ data/