Skip to content

Commit

Permalink
fix model download paths
Browse files Browse the repository at this point in the history
  • Loading branch information
crizCraig authored Dec 11, 2016
1 parent 2167851 commit 7315870
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Note: You will need GPU acceleration to do inference at the 8Hz that the model r
## Baseline model - Tensorflow version
_Thanks to [Rafal jozefowicz](https://github.com/rafaljozefowicz) for contributing this model_
```
cd deepdrive-tf
cd drivers/deepdrive-tf
wget https://www.dropbox.com/s/fsummbpqlfildnq/model.ckpt-20048?dl=1
```

## Baseline model - Caffe version
Install the latest version of Caffe and download the model via
```
cd deepdrive
cd drivers/deepdrive
wget https://www.dropbox.com/s/z92c4otvyofgl3f/caffe_deep_drive_train_iter_35352.caffemodel?dl=1
```

Expand Down

0 comments on commit 7315870

Please sign in to comment.