mirror of
https://github.com/opencv/opencv.git
synced 2025-06-12 20:42:53 +08:00
Updated TensorFlow text graphs (markdown)
parent
4a7b3456f2
commit
d23ec63985
@ -201,3 +201,11 @@ node {
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
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