mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Updated TensorFlow text graphs (markdown)
parent
4a7b3456f2
commit
d23ec63985
@ -200,4 +200,12 @@ node {
|
||||
value { b: false }
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Finally, use both `.pb` and `.pbtxt` to import network into OpenCV:
|
||||
|
||||
```python
|
||||
import cv2 as cv
|
||||
|
||||
net = cv.dnn.readNet('model.pb', 'model.pbtxt')
|
||||
```
|
Loading…
Reference in New Issue
Block a user