Skip to content

Commit 616a7d0

Browse files
committed
update README.md
1 parent c71a90c commit 616a7d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ If you want to run yolov3 or yolov3-tiny change ``--model yolov3`` in command
4242
### Convert to tflite
4343

4444
```bash
45+
# Save tf model for tflite converting
46+
python save_model.py --weights ./data/yolov4.weights --output ./checkpoints/yolov4-416 --input_size 416 --model yolov4 --framework tflite
47+
4548
# yolov4
4649
python convert_tflite.py --weights ./checkpoints/yolov4-416 --output ./data/yolov3-416.tflite
4750

0 commit comments

Comments
 (0)