Skip to content

Commit cc9cde9

Browse files
committed
Update README.md
1 parent c8cbbb0 commit cc9cde9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Download yolov4.weights file: https://drive.google.com/open?id=1cewMfusmPjYWbrnu
1616
```bash
1717
# yolov4
1818
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
1922
```
2023

2124
#### Output

0 commit comments

Comments
 (0)