Datasets:
updat
Browse files
README.md
CHANGED
|
@@ -44,14 +44,19 @@ git clone https://huggingface.co/datasets/haopt/prox-e-shapetalk-benchmark
|
|
| 44 |
Once downloaded, plug this benchmark directly into the Prox-E unified evaluation pipeline to compute metric scores (e.g., l-GD, LPIPS, DINO-I, FID, PFD, CLIP, and VQA):
|
| 45 |
|
| 46 |
```bash
|
| 47 |
-
python -m evals.
|
| 48 |
-
--pred_dir /
|
| 49 |
-
--
|
| 50 |
-
--instructions_json
|
| 51 |
-
--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
```
|
| 53 |
|
| 54 |
-
Refer to the official [Prox-E
|
| 55 |
|
| 56 |
## 📜 Citation
|
| 57 |
If you use this benchmark dataset in your work, please cite the Prox-E paper:
|
|
|
|
| 44 |
Once downloaded, plug this benchmark directly into the Prox-E unified evaluation pipeline to compute metric scores (e.g., l-GD, LPIPS, DINO-I, FID, PFD, CLIP, and VQA):
|
| 45 |
|
| 46 |
```bash
|
| 47 |
+
python -m evals.main \
|
| 48 |
+
--pred_dir <flat folder of pred .glb/.obj/.ply> \
|
| 49 |
+
--input_dir prox-e-shapetalk-benchmark/input_shapes \
|
| 50 |
+
--instructions_json prox-e-shapetalk-benchmark/instructions.json \
|
| 51 |
+
--input_render_dir prox-e-shapetalk-benchmark/rendered_images \
|
| 52 |
+
--input_pcd_dir prox-e-shapetalk-benchmark/point_cloud \
|
| 53 |
+
--output_dir <eval_run_dir> \
|
| 54 |
+
--device cuda:0 \
|
| 55 |
+
--metrics identity quality fidelity \
|
| 56 |
+
--enable_vqa
|
| 57 |
```
|
| 58 |
|
| 59 |
+
Refer to the official [Prox-E repo](https://github.com/etaisella/Prox-E/tree/main/evals) for setup and full usage options!
|
| 60 |
|
| 61 |
## 📜 Citation
|
| 62 |
If you use this benchmark dataset in your work, please cite the Prox-E paper:
|