mirror of
https://github.com/open-mmlab/mmocr.git
synced 2025-06-03 21:54:47 +08:00
8 lines
148 B
Python
8 lines
148 B
Python
# Copyright (c) OpenMMLab. All rights reserved.
|
|
|
|
third_part_libs = [
|
|
'pip install -r ../requirements/albu.txt',
|
|
]
|
|
|
|
default_floating_range = 0.5
|