Skip to content

Commit 6b40999

Browse files
Update README.md
Remove old FlowNet Models folder to a new one
1 parent 251088a commit 6b40999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Two neural network models are currently provided, along with their batch norm va
1616
- **FlowNetCBN**
1717

1818
## Pretrained Models
19-
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/drive/folders/0B5EC7HMbyk3CbjFPb0RuODI3NmM?resourcekey=0-SuPU4qVZzuB4s83ngjrAEg&usp=sharing). This folder also contains trained networks from scratch.
19+
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/drive/folders/1dTpSyc7rIYYG19p1uiDfilcsmSPNy-_3?usp=sharing). This folder also contains trained networks from scratch.
2020

2121
### Note on networks loading
2222
Directly feed the downloaded Network to the script, you don't need to uncompress it even if your desktop environment tells you so.
@@ -71,7 +71,7 @@ tensorboard --logdir=/path/to/checkoints
7171

7272
## Training results
7373

74-
Models can be downloaded [here](https://drive.google.com/drive/folders/0B5EC7HMbyk3CbjFPb0RuODI3NmM?resourcekey=0-SuPU4qVZzuB4s83ngjrAEg&usp=sharing) in the pytorch folder.
74+
Models can be downloaded [here](https://drive.google.com/drive/folders/1dTpSyc7rIYYG19p1uiDfilcsmSPNy-_3?usp=sharing) in the pytorch folder.
7575

7676
Models were trained with default options unless specified. Color warping was not used.
7777

@@ -97,7 +97,7 @@ Exact code for Optical Flow -> Color map can be found [here](main.py#L321)
9797

9898
## Running inference on a set of image pairs
9999

100-
If you need to run the network on your images, you can download a pretrained network [here](https://drive.google.com/open?id=0B5EC7HMbyk3CbjFPb0RuODI3NmM) and launch the inference script on your folder of image pairs.
100+
If you need to run the network on your images, you can download a pretrained network [here](https://drive.google.com/drive/folders/1dTpSyc7rIYYG19p1uiDfilcsmSPNy-_3?usp=sharingM) and launch the inference script on your folder of image pairs.
101101

102102
Your folder needs to have all the images pairs in the same location, with the name pattern
103103
```

0 commit comments

Comments
 (0)