Skip to content

Commit

Permalink
Update 'README.md'
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Ribera committed May 10, 2018
1 parent 69a9147 commit 5c5c2b8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Object location
# Object locator

## Table of Contents
1. [Using Conda (recommended)](#conda)
Expand All @@ -15,11 +15,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 object location tool from <a href="https://github.rcac.purdue.edu/jprat/object-location-whd/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.0.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 all files from <a href="https://lorenz.ecn.purdue.edu/~jprat/plant_locator/checkpoints">here</a> and put them in
<pre>object-location-whd-1.3.0/object-locator/checkpoints</pre>
<pre>object-locator-1.3.0/object-locator/checkpoints</pre>

<li>Install the dependencies:</li>
<pre>
Expand All @@ -36,7 +36,7 @@ source activate object-locator
source activate object-locator
</pre>

<li>Install the object-locator:</li>
<li>Install the tool:</li>
<pre>
pip install .
</pre>
Expand All @@ -47,7 +47,7 @@ pip install .

Activate the environment:
<pre>
source activate object-location
source activate object-locator
</pre>

<a name="test"></a>
Expand All @@ -66,8 +66,8 @@ python -m object-locator.locate \
--dataset DIRECTORY \
--out DIRECTORY \
--model CHECKPOINTS \
--evaluate
--no-cpu \
--evaluate \
--no-gpu \
--radius 5
</pre>

Expand Down

0 comments on commit 5c5c2b8

Please sign in to comment.