Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
Former-commit-id: 9969e3bc66abe721df8e2538e668e41fceaf3466
  • Loading branch information
Javi Ribera committed May 10, 2018
1 parent dd1d718 commit 25fd892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@

<ol>
<li>Download and install Anaconda as described in <a href="https://docs.anaconda.com/anaconda/install/">https://docs.anaconda.com/anaconda/install</a></li>
<li>Download the tool from <a href="https://github.rcac.purdue.edu/jprat/object-locator/archive/v1.3.0.zip">this link</a>, and decompress the zip.
<li>Download the tool from <a href="https://github.rcac.purdue.edu/jprat/object-locator/archive/v1.3.1.zip">this link</a>, and decompress the zip.
<li>Open the terminal in Linux/MacOS. In Windows, open the Anaconda Prompt.</li>
<li>"cd" into the decompressed directory</li>
<li>Download the trained models from <a href="https://lorenz.ecn.purdue.edu/~jprat/plant_locator/checkpoints">here</a> and put them in
<pre>object-locator-1.3.0/object-locator/checkpoints</pre>
<pre>object-locator-1.3.1/object-locator/checkpoints</pre>

<li>Install the dependencies:</li>
<pre>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='object-locator',
version='1.3.0',
version='1.3.1',
description='Object Location using PyTorch (inference/testing only).',

# The project's main homepage.
Expand Down

0 comments on commit 25fd892

Please sign in to comment.