Skip to content

Commit 3edb13b

Browse files
committed
sixth commit
1 parent 9a508c7 commit 3edb13b

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The CTW1500 dataset can be downloaded through the following link:
2020

2121
(https://pan.baidu.com/s/1eSvpq7o PASSWORD: fatf) (Size = 836Mb).
2222

23-
unzip the file in ./data/
23+
unzip the file in ROOT/data/
2424

2525
### Dataset Information
2626

@@ -37,13 +37,13 @@ We use resnet-50 model as our pre-trained model, which can be download through t
3737

3838
(https://pan.baidu.com/s/1eSJBL5K PASSWORD: mcic) (Size = 102Mb).
3939

40-
put model in ./data/imagenet_models
40+
put model in ROOT/data/imagenet_models/
4141

4242
Our model trained with CTW1500 training set can be download through the following link:
4343

4444
(https://pan.baidu.com/s/1gfs5vH5 PASSWORD: 1700) (Size = 114Mb).
4545

46-
put model in ./output/
46+
put model in ROOT/output/
4747

4848
* [test.sh](./test.py) After downloading the dataset and our ctd_tloc.caffemodel, simply run the this file can evaluate our method on the CTW1500 test set. Uncommend --vis to visualize the detecting results.
4949

@@ -53,9 +53,9 @@ put model in ./output/
5353
If you find our method or the dataset useful for your research, please cite
5454

5555
## Requirement
56-
1. Clone this repository.
57-
2. cd ROOT/caffe/ and compile. (ROOT is where root directory of this repository)
58-
3. cd ROOT/lib make
56+
1. Clone this repository. ROOT is the directory where you clone.
57+
2. cd ROOT/caffe/ and use your own Makefile.config to compile.
58+
3. cd ROOT/lib make (based on python2)
5959
4. pip install shapely. (Enable computing polygon intersection.)
6060

6161

Diff for: data/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
selective_search*
2-
imagenet_models*
32
fast_rcnn_models*
43
faster_rcnn_models*
54
rfcn_models*

Diff for: output/README.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)