salma-remyx
commited on
Commit
•
e8a7d1f
1
Parent(s):
0ea9ef5
Update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,14 @@ Try it on Discord: http://discord.gg/b2yGuCNpuC
|
|
39 |
|
40 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/647777304ae93470ffc28913/Rsu5VpDgdZh9jemw97w8T.png)
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
## Citation
|
43 |
```
|
44 |
@article{chen2024spatialvlm,
|
|
|
39 |
|
40 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/647777304ae93470ffc28913/Rsu5VpDgdZh9jemw97w8T.png)
|
41 |
|
42 |
+
## Deployment
|
43 |
+
|
44 |
+
`docker build -f Dockerfile -t spacellava-server:latest`
|
45 |
+
|
46 |
+
`docker run -it --rm --gpus all -p8000:8000 -p8001:8001 -p8002:8002 --shm-size 12G spacellava-server:latest`
|
47 |
+
|
48 |
+
`python3 client.py --image_path "https://remyx.ai/assets/spatialvlm/warehouse_rgb.jpg" --prompt "What is the distance between the man in the red hat and the pallet of boxes?"`
|
49 |
+
|
50 |
## Citation
|
51 |
```
|
52 |
@article{chen2024spatialvlm,
|