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
!94
Something went wrong on our end
Add start_token parameter to prediction function
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add start_token parameter to prediction function
start-token-predict
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Mélodie Boillet
requested to merge
start-token-predict
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
Closes
#40 (closed)
0
0
Merge request reports
Viewing commit
ff01d9cc
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
ff01d9cc
Fix lint
· ff01d9cc
Mélodie Boillet
authored
1 year ago
dan/predict/prediction.py
+
1
−
1
Options
@@ -6,9 +6,9 @@ import re
import
cv2
import
numpy
as
np
import
torch
import
yaml
from
dan
import
logger
from
dan.datasets.extract.utils
import
save_json
from
dan.decoder
import
GlobalHTADecoder
Loading