summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRishi-k-s <rishikrishna.sr@gmail.com>2024-04-21 14:49:42 +0530
committerRishi-k-s <rishikrishna.sr@gmail.com>2024-04-21 14:49:42 +0530
commit7b71702be39c9e7f01b8aac61a72aa18eb3e7e86 (patch)
tree9c50f9898e5e0f711ea04b0e570c44de276b6811
parentee175c041fbce0bace17cf6acea6d7e6861e056d (diff)
edid
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 60b5650..0b17917 100644
--- a/README.md
+++ b/README.md
@@ -25,9 +25,9 @@ DHT11 and MQ02 sensors
### How to Run
* In main.py
- json_response = model.predict("./syringe.jpg", confidence=40, overlap=30).json()
+ json_response = model.predict("./image.jpg", confidence=40, overlap=30).json()
- replace "./syringe.jpg" with the path to your image
+ replace "./image.jpg" with the path to your image
* Run python main.py
* If a defined contaminant is detected with sufficient confidence, the coordinates of the contaminant and other details are exported to output.json