diff options
| author | Rishi-k-s <rishikrishna.sr@gmail.com> | 2024-04-21 14:49:42 +0530 |
|---|---|---|
| committer | Rishi-k-s <rishikrishna.sr@gmail.com> | 2024-04-21 14:49:42 +0530 |
| commit | 7b71702be39c9e7f01b8aac61a72aa18eb3e7e86 (patch) | |
| tree | 9c50f9898e5e0f711ea04b0e570c44de276b6811 | |
| parent | ee175c041fbce0bace17cf6acea6d7e6861e056d (diff) | |
edid
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
