We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71a90c commit 616a7d0Copy full SHA for 616a7d0
README.md
@@ -42,6 +42,9 @@ If you want to run yolov3 or yolov3-tiny change ``--model yolov3`` in command
42
### Convert to tflite
43
44
```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
+
48
# yolov4
49
python convert_tflite.py --weights ./checkpoints/yolov4-416 --output ./data/yolov3-416.tflite
50
0 commit comments