"test_tipc/supplementary/utils.py" did not exist on "48d8537959ca39dfe109ea723e8d9988ae766954"
Commit b37c597d authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix subprocess error

parent ea60a034
......@@ -31,8 +31,6 @@ from ppocr.utils.utility import get_image_file_list, check_and_read_gif
from ppocr.data import create_operators, transform
from ppocr.postprocess import build_post_process
# import tools.infer.benchmark_utils as benchmark_utils
logger = get_logger()
import auto_log
......@@ -221,7 +219,6 @@ class TextDetector(object):
self.autolog.times.end(stamp=True)
et = time.time()
self.autolog.get_avg_mem_mb()
return dt_boxes, et - st
......@@ -238,8 +235,6 @@ if __name__ == "__main__":
for i in range(10):
res = text_detector(img)
text_detector.autolog.mem_info._start_subprocess()
if not os.path.exists(draw_img_save):
os.makedirs(draw_img_save)
for image_file in image_file_list:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment