mirror of
https://github.com/opencv/opencv.git
synced 2025-06-11 20:09:23 +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
|
||||
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