Skip to content

Commit

Permalink
updated how to train document
Browse files Browse the repository at this point in the history
  • Loading branch information
nrupatunga committed Aug 13, 2017
1 parent a3ff889 commit 991d149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions how_to_train.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ You need to download the following datasets first
Once you extracted the dataset please make the following changes in __train_tracker.sh__:


**IMAGENET_FOLDER**: this folder should contain **images** and **gt**. The folder structure is as shown below.
**IMAGENET_FOLDER**: this folder should contain **images** and **gt** (annotations). The folder structure is as shown below.

|images | gt |
|------------------------|-------------------------|
|![](https://github.com/nrupatunga/PY-GOTURN/blob/goturn-0.1/doc/images/imagenet_images.jpg) | ![](https://github.com/nrupatunga/PY-GOTURN/blob/goturn-0.1/doc/images/imagenet_gt.jpg) |

**ALOV_FOLDER**: this folder should contain **images** and **gt**. The folder structure is as shown below.
**ALOV_FOLDER**: this folder should contain **images** and **gt** (annotations). The folder structure is as shown below.


|images | gt |
Expand Down

0 comments on commit 991d149

Please sign in to comment.