4 lines
250 B
Bash
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"}' |