Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alinoleumm authored May 10, 2019
1 parent de967b9 commit 7ad73d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ pip install -r requirements.txt

Download pre-trained [algorithm selection stage I model](https://github.com/alinoleumm/assv/releases/download/v1.1/svc.sav), [algorithm selection stage II model](https://github.com/alinoleumm/assv/releases/download/v1.1/dt.sav) and [object histograms](https://github.com/alinoleumm/assv/releases/download/v1.1/object_histograms.tar.gz).

Indicate pathes to downloaded files [here](https://github.com/alinoleumm/assv/blob/2324462ab954f1df88ed4e414e7f1d0ad7c7aeeb/main.py#L80-L82).
Indicate pathes to downloaded files [here](https://github.com/alinoleumm/assv/blob/2324462ab954f1df88ed4e414e7f1d0ad7c7aeeb/main.py#L80-L82):

```python
cat_dir = '/path-to-object-histograms'
Expand Down

0 comments on commit 7ad73d0

Please sign in to comment.