@@ -76,6 +76,9 @@ pip install numpy==1.23.5
7676Download pretrained models and GFPGAN weights from HuggingFace.
7777
7878``` bash
79+ # ensure you are in the ONNXExample-Avatar directory
80+ cd onnx-export\O NNXExample-Avatar
81+
7982# Download repository
8083hf download MyNiuuu/Visionary_avatar --local-dir ./Visionary_avatar --local-dir-use-symlinks False
8184
@@ -248,11 +251,10 @@ After training, the checkpoints and output are saved in ```./output/dnerf/hook``
248251
249252# ## **2.5 Exporting ONNX**
250253
251- In the 4D-GS environment, use the exporter script (ensure you are in the ` ONNXExample` directory structure):
254+ In the 4D-GS environment, use the exporter script (ensure you are in the ` onnx-export \ O NNXExample-4dgs ` directory structure):
252255
253256` ` ` bash
254- git clone -b 4dgs https://github.com/Visionary-Laboratory/ONNXExample.git
255- cd ONNXExample
257+ cd onnx-export\O NNXExample-4dgs
256258
257259python onnx_template.py --ply path/to/output/dnerf/hook/point_cloud/iteration_14000/point_cloud.ply \
258260 --out your/prefered/onnxpath/gaussians4d.onnx
@@ -351,11 +353,10 @@ After Training, the output folder will be like:
351353
352354### **3.4 Exporting ONNX**
353355
354- In the Scaffold-GS environment, use the exporter script:
356+ In the Scaffold-GS environment, use the exporter script(ensure you are in the `onnx-export\ONNXExample-scaffold` directory structure) :
355357
356358```bash
357- git clone -b scaffold https://github.com/Visionary-Laboratory/ONNXExample.git
358- cd ONNXExample
359+ cd onnx-export\ONNXExample-scaffold
359360
360361python onnx_template.py --ply output_path/point_cloud/iteration_30000/point_cloud.ply \
361362 --cfg_args output_path/cfg_args \
0 commit comments