Skip to content

Commit 5059336

Browse files
authored
Remove old methods (#149)
1 parent a4102e4 commit 5059336

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

plugins/moondream/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,6 @@ processor = moondream.CloudDetectionProcessor(
8585
detect_objects=["person", "car", "dog", "basketball"],
8686
conf_threshold=0.3
8787
)
88-
89-
# Access results for LLM
90-
state = processor.state()
91-
print(state["detections_summary"]) # "Detected: 2 persons, 1 car"
92-
print(state["detections_count"]) # Total number of detections
93-
print(state["last_image"]) # PIL Image for vision models
9488
```
9589

9690
## Configuration
@@ -146,7 +140,6 @@ pytest plugins/moondream/tests/ -v
146140
# Run specific test categories
147141
pytest plugins/moondream/tests/ -k "inference" -v
148142
pytest plugins/moondream/tests/ -k "annotation" -v
149-
pytest plugins/moondream/tests/ -k "state" -v
150143
```
151144

152145
## Dependencies

0 commit comments

Comments
 (0)