Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
992b8922
Unverified
Commit
992b8922
authored
Apr 09, 2024
by
quyuan01
Committed by
GitHub
Apr 09, 2024
Browse files
Update benchmark.yml
parent
3e8edeb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/benchmark.yml
.github/workflows/benchmark.yml
+3
-1
No files found.
.github/workflows/benchmark.yml
View file @
992b8922
...
@@ -24,6 +24,8 @@ jobs:
...
@@ -24,6 +24,8 @@ jobs:
fetch-depth
:
2
fetch-depth
:
2
-
name
:
check-requirements
-
name
:
check-requirements
run
:
|
run
:
|
export http_proxy=http://quyuan:qywan77236=@10.1.8.50:33128/
export https_proxy=http://quyuan:qywan77236=@10.1.8.50:33128/
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
changed_files=$(git diff --name-only -r HEAD~1 HEAD)
echo $changed_files
echo $changed_files
if [[ $changed_files =~ "requirements.txt" ]]; then
if [[ $changed_files =~ "requirements.txt" ]]; then
...
@@ -34,4 +36,4 @@ jobs:
...
@@ -34,4 +36,4 @@ jobs:
-
name
:
benchmark
-
name
:
benchmark
run
:
|
run
:
|
echo "start test"
echo "start test"
python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip output.json
cd tools &&
python ocr_badcase.py pdf_json_label_0306.json ocr_dataset.json json_files.zip output.json
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment