mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Updated TensorFlow text graphs (markdown)
parent
d23ec63985
commit
7936e3bf46
@ -207,5 +207,5 @@ Finally, use both `.pb` and `.pbtxt` to import network into OpenCV:
|
|||||||
```python
|
```python
|
||||||
import cv2 as cv
|
import cv2 as cv
|
||||||
|
|
||||||
net = cv.dnn.readNet('model.pb', 'model.pbtxt')
|
net = cv.dnn.readNetFromTensorflow('model.pb', 'model.pbtxt')
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user