mirror of https://github.com/open-mmlab/mmocr.git
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
|