Skip to content

Commit 4c33f2a

Browse files
author
Clément Pinard
committed
make network loading instructions clearer
1 parent e67e3e9 commit 4c33f2a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ There is currently no implementation of FlowNetC as a specific Correlation layer
1717

1818
## Pretrained Models
1919
Thanks to [Kaixhin](https://github.com/Kaixhin) you can download a pretrained version of FlowNetS (from caffe, not from pytorch) [here](https://drive.google.com/open?id=0B5EC7HMbyk3CbjFPb0RuODI3NmM). This folder also contains trained networks from scratch.
20+
21+
### Note on networks loading
22+
Directly feed the downloaded Network to the script, you don't need to uncompress it even if your desktop environment tells you so.
23+
2024
### Note on networks from caffe
21-
These networks expect a BGR input in range [-0.5,0.5]. However, BGR order is not very important.
25+
These networks expect a BGR input in range [-0.5,0.5] (compared to RGB in pytorch). However, BGR order is not very important.
2226

2327
## Prerequisite
2428

0 commit comments

Comments
 (0)