自动审核、自动涂抹测试

This commit is contained in:
2024-10-17 16:43:51 +08:00
parent a2e1f10261
commit 39da0d8a00

View File

@@ -126,12 +126,12 @@ services:
capabilities: [ 'gpu' ] capabilities: [ 'gpu' ]
driver: 'nvidia' driver: 'nvidia'
photo_review_1: photo_review_test_1:
<<: *project_template <<: *project_template
build: build:
context: . context: .
container_name: photo_review_1 container_name: photo_review_test_1
hostname: photo_review_1 hostname: photo_review_test_1
depends_on: depends_on:
- ocr - ocr
- ie_settlement - ie_settlement
@@ -143,6 +143,23 @@ services:
- clas_text - clas_text
command: [ 'photo_review.py', '--clean', 'True' ] command: [ 'photo_review.py', '--clean', 'True' ]
# photo_review_1:
# <<: *project_template
# build:
# context: .
# container_name: photo_review_1
# hostname: photo_review_1
# depends_on:
# - ocr
# - ie_settlement
# - ie_discharge
# - ie_cost
# - clas_orientation
# - det_book
# - dewarp
# - clas_text
# command: [ 'photo_review.py', '--clean', 'True' ]
# photo_review_2: # photo_review_2:
# <<: *project_template # <<: *project_template
# container_name: photo_review_2 # container_name: photo_review_2
@@ -175,14 +192,22 @@ services:
# - photo_review_4 # - photo_review_4
# command: [ 'photo_review.py' ] # command: [ 'photo_review.py' ]
photo_mask_1: photo_mask_test_1:
<<: *project_template <<: *project_template
container_name: photo_mask_1 container_name: photo_mask_test_1
hostname: photo_mask_1 hostname: photo_mask_test_1
depends_on: depends_on:
- photo_review_1 - photo_review_test_1
command: [ 'photo_mask.py', '--clean', 'True' ] command: [ 'photo_mask.py', '--clean', 'True' ]
# photo_mask_1:
# <<: *project_template
# container_name: photo_mask_1
# hostname: photo_mask_1
# depends_on:
# - photo_review_1
# command: [ 'photo_mask.py', '--clean', 'True' ]
# photo_mask_2: # photo_mask_2:
# <<: *project_template # <<: *project_template
# container_name: photo_mask_2 # container_name: photo_mask_2