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
Commits
210de96f
Commit
210de96f
authored
1 year ago
by
Manon Blanco
Committed by
Manon Blanco
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Correctly typing parameters
parent
bb4b97f4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!187
Correctly typing parameters
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dan/predict/__init__.py
+1
-0
1 addition, 0 deletions
dan/predict/__init__.py
with
1 addition
and
0 deletions
dan/predict/__init__.py
+
1
−
0
View file @
210de96f
...
...
@@ -18,6 +18,7 @@ def add_predict_parser(subcommands) -> None:
image_or_folder_input
=
parser
.
add_mutually_exclusive_group
(
required
=
True
)
image_or_folder_input
.
add_argument
(
"
--image
"
,
type
=
pathlib
.
Path
,
help
=
"
Path to the image to predict.
"
,
)
image_or_folder_input
.
add_argument
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment