DhominickJ commited on
Commit
5d44094
·
1 Parent(s): bc1bc1a

Adding README

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -39,6 +39,9 @@ DengueTect is a Streamlit-based application that leverages a YOLOv8 model to det
39
  - **Pillow**
40
  - **NumPy**
41
 
 
 
 
42
  You can install the necessary dependencies using:
43
 
44
  ```bash
 
39
  - **Pillow**
40
  - **NumPy**
41
 
42
+ ## Issues
43
+ - Running issues with using onnx (Open Neural Network) Bundle when predicting BBox for this. Use `.pt` instead to run this.
44
+
45
  You can install the necessary dependencies using:
46
 
47
  ```bash