Skip to content

Commit c3f03b7

Browse files
committed
Added links to check points; updated other URLs
1 parent f7a5448 commit c3f03b7

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Written for Python 2.7. Requires TensorFlow >=1.10 (deprecation warnings
1818
exist for TF>1.10, but the code still works).
1919

2020
The model and subsequent experiments are more fully described in
21-
[Weinman et al. (ICDAR 2019)](https://www.cs.grinnell.edu/~weinman/pubs/weinman19deep.pdf)
21+
[Weinman et al. (ICDAR 2019)](https://weinman.cs.grinnell.edu/pubs/weinman19deep.pdf)
2222

2323
# Structure
2424

@@ -138,6 +138,15 @@ With the full training data, by one million iterations the model
138138
typically converges to around 5% training character error and 27.5%
139139
word error.
140140

141+
## Checkpoints
142+
143+
[Pre-trained model checkpoints](http://hdl.handle.net/11084/23328) at
144+
DOI:[11084/23328](http://hdl.handle.net/11084/23328) are used to
145+
produce results in the following paper:
146+
147+
> Weinman, J. et al. (2019) Deep Neural Networks for Text Detection
148+
> and Recognition in Historical Maps. In Proc. ICDAR.
149+
141150
# Testing
142151

143152
The evaluate script (`src/evaluate.py`) streams statistics for one
@@ -220,14 +229,14 @@ running `test.py` or `validate.py` (in this repository).
220229

221230
# API Notes
222231

223-
This version uses the TensorFlow
232+
This version uses the TensorFlow (v1.14)
224233
[Dataset](https://www.tensorflow.org/guide/datasets) for fast
225234
I/O. Training, testing, validation, and prediction use a custom
226235
[Estimator](https://www.tensorflow.org/guide/estimators).
227236

228237
# Citing this work
229238

230-
Please cite the following [paper](https://www.cs.grinnell.edu/~weinman/pubs/weinman19deep.pdf) if you use this code in your own research work:
239+
Please cite the following [paper](https://weinman.cs.grinnell.edu/pubs/weinman19deep.pdf) if you use this code in your own research work:
231240

232241
```text
233242
@inproceedings{ weinman19deep,
@@ -236,7 +245,8 @@ Please cite the following [paper](https://www.cs.grinnell.edu/~weinman/pubs/wein
236245
booktitle = {Proc. IAPR International Conference on Document Analysis and Recognition},
237246
month = {Sep.},
238247
year = {2019},
239-
location = {Sydney, Australia}
248+
location = {Sydney, Australia},
249+
doi = {10.1109/ICDAR.2019.00149}
240250
}
241251
```
242252

0 commit comments

Comments
 (0)