Spaces:
Starting on Zero
Starting on Zero
Commit ·
e6e1d47
1
Parent(s): 0ea64ce
fix: add libgles2 system dep + fix SAM3 text prompt for clothing detection
Browse files- packages.txt +2 -0
- workflow_api.json +1 -1
packages.txt
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
libgles2-mesa
|
| 2 |
+
libegl1-mesa
|
workflow_api.json
CHANGED
|
@@ -201,7 +201,7 @@
|
|
| 201 |
"135:129": {
|
| 202 |
"inputs": {
|
| 203 |
"confidence_threshold": 0.2,
|
| 204 |
-
"text_prompt": "",
|
| 205 |
"max_detections": -1,
|
| 206 |
"sam3_model_config": ["128", 0],
|
| 207 |
"image": ["81", 0]
|
|
|
|
| 201 |
"135:129": {
|
| 202 |
"inputs": {
|
| 203 |
"confidence_threshold": 0.2,
|
| 204 |
+
"text_prompt": "clothing, garment, outfit, shirt, pants, dress, jacket",
|
| 205 |
"max_detections": -1,
|
| 206 |
"sam3_model_config": ["128", 0],
|
| 207 |
"image": ["81", 0]
|