We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cbbb0 commit cc9cde9Copy full SHA for cc9cde9
README.md
@@ -16,6 +16,9 @@ Download yolov4.weights file: https://drive.google.com/open?id=1cewMfusmPjYWbrnu
16
```bash
17
# yolov4
18
python detect.py --weights ./data/yolov4.weights --framework tf --size 608 --image ./data/kite.jpg
19
+
20
+# yolov4 tflite
21
+python detect.py --weights ./data/yolov4-int8.tflite --framework tflite --size 416 --image ./data/kite.jpg
22
```
23
24
#### Output
0 commit comments