Skip to content

Commit 2352241

Browse files
committed
readme
1 parent c2aff4c commit 2352241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717

1818
![upscale_image_x2_by_dnn_waifu2x.png](https://raw.githubusercontent.com/php-opencv/php-opencv-examples/master/images/icon_64x64.png) ![icon_64x64.png](https://raw.githubusercontent.com/php-opencv/php-opencv-examples/master/results/upscale_image_x2_by_dnn_waifu2x.png)
1919

20-
- [categorize image by mobilenet](https://github.com/php-opencv/php-opencv-examples/blob/master/categorize_image_by_dnn_mobilenet.php)
20+
- [classify image by pretrained caffe model mobilenet](https://github.com/php-opencv/php-opencv-examples/blob/master/classify_image_by_dnn_mobilenet.php)
2121

2222
![cat.jpg](https://raw.githubusercontent.com/php-opencv/php-opencv-examples/master/images/cat.jpg)
2323
Results: 87%: Egyptian cat, 4%: tabby, tabby cat, 2%: tiger cat
2424

25-
- [detect objects by dnn mobilenet](https://github.com/php-opencv/php-opencv-examples/blob/master/detect_objects_by_dnn_mobilenet.php)
25+
- [detect objects by pretrained tensorflow model mobilenet](https://github.com/php-opencv/php-opencv-examples/blob/master/detect_objects_by_dnn_mobilenet.php)
2626

2727
![detect_objects_by_dnn_mobilenet.png](https://raw.githubusercontent.com/php-opencv/php-opencv-examples/master/results/detect_objects_by_dnn_mobilenet.png)
2828

0 commit comments

Comments
 (0)