Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Merge requests
!305
Load the model via a path to a folder
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Load the model via a path to a folder
load-model-via-path
into
main
Overview
4
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Merged
Manon Blanco
requested to merge
load-model-via-path
into
main
1 year ago
Overview
4
Commits
4
Pipelines
0
Changes
1
All threads resolved!
Hide all comments
Expand
Closes
#210 (closed)
0
0
Merge request reports
Viewing commit
046e202c
Prev
Next
Show latest version
1 file
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
046e202c
Update documentation after rebasing
· 046e202c
Manon Blanco
authored
1 year ago
docs/get_started/development.md
+
1
−
3
Options
@@ -42,9 +42,7 @@ The library already has all the documents needed to run the [predict command](..
teklia-dan predict
\
--image-dir
images/
\
--image-extension
png
\
--model
popp_line_model.pt
\
--parameters
parameters.yml
\
--charset
charset.pkl
\
--model
.
\
--output
/tmp/dan-predict
```
Loading