embodiedgen/scripts/run_service.sh
u201311 3035538356
Some checks failed
Deploy MkDocs Documentation / build (push) Has been cancelled
Deploy MkDocs Documentation / deploy (push) Has been cancelled
add img_to_3d service
2026-01-13 16:35:52 +08:00

4 lines
250 B
Bash

CUDA_VISIBLE_DEVICES=0 python img_to_3d_service.py
curl -X POST "http://localhost:8000/process" -H "Content-Type: application/json" -d '{"image_paths": ["apps/assets/example_image/sample_26.jpg"], "n_retry": 2, "output_root": "outputs/imageto3d"}'