개정판 71e5d87a
issue #1366: fix
Change-Id: I9b2f885734223ce26c7a5d561e9a302efab19789
DTI_PID/WebServer/symbol_recognition/test_doftech_all_images.py | ||
---|---|---|
62 | 62 | |
63 | 63 |
saved_path = os.path.join(root_path, 'checkpoint') |
64 | 64 |
with open(os.path.join(saved_path, name + "_info.info"), 'r') as stream: |
65 |
con = stream.read(con).split('\n')
|
|
65 |
con = stream.read().split('\n') |
|
66 | 66 |
classes = int(con[0]) |
67 | 67 |
DOFTECH_CLASSES = con[1:] |
68 | 68 |
내보내기 Unified diff