Skip to content
Snippets Groups Projects
Commit 09dea930 authored by Denis COQUENET's avatar Denis COQUENET
Browse files

Update README.md

parent 24054858
Branches master
No related merge requests found
......@@ -2,4 +2,12 @@
This repository contains trained model weigths from the paper "SPAN: a Simple Predict & Align Network forHandwritten Paragraph Recognition".
Code: https://github.com/FactoDeepLearning/SPAN
\ No newline at end of file
Code: https://github.com/FactoDeepLearning/SPAN
X.pt file is split as X.pt.parta, X.pt.partb, ...
Original X.pt file can be obtained through:
```
cat X.pt.part* > X.pt
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment