Skip to content

Commit bdd236d

Browse files
authored
Update README.md
1 parent 83451c8 commit bdd236d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ and has no external Caffe dependencies.
3737
First, you will need to load the network weights from the model file
3838
as:
3939

40-
```>>> net = load('/path/to/mdepth.caffemodel.h5');```
40+
```>>> net = loadModel('/path/to/mdepth.caffemodel.h5');```
4141

4242
Then given a floating-point RGB image `img`, normalized to `[0,1]`,
4343
estimate the corresponding depth map as:

0 commit comments

Comments
 (0)