File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
models/public/yolo-v2-tiny-tf Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ YOLO v2 Tiny is a real-time object detection model implemented with Keras\* from
11
11
12
12
1 . Download YOLO v2 Tiny weights:
13
13
```
14
- wget -O weights/yolov2_tiny .weights https://pjreddie.com/media/files/yolov2_tiny .weights
14
+ wget -O weights/yolov2-tiny .weights https://pjreddie.com/media/files/yolov2-tiny .weights
15
15
```
16
16
17
17
2. Convert model weights to Keras\*:
18
18
```
19
- python tools/model_converter/convert.py cfg/yolov2_tiny .cfg weights/yolov2_tiny .weights weights/yolov2_tiny .h5
19
+ python tools/model_converter/convert.py cfg/yolov2-tiny .cfg weights/yolov2-tiny .weights weights/yolov2-tiny .h5
20
20
```
21
21
3. Convert model to protobuf:
22
22
```
23
- python tools/model_converter/keras_to_tensorflow.py --input_model weights/yolov2_tiny .h5 --output_model=weights/yolo-v2-tiny.pb
23
+ python tools/model_converter/keras_to_tensorflow.py --input_model weights/yolov2-tiny .h5 --output_model=weights/yolo-v2-tiny.pb
24
24
```
25
25
26
26
## Specification
You can’t perform that action at this time.
0 commit comments