개정판 28822594
issue #1366: add comment
Change-Id: I5f82e013c9601d24a38a6552eb6b4cdec838eaab
DTI_PID/WebServer/symbol_training/train.py | ||
---|---|---|
69 | 69 |
if not os.path.isdir(opt.saved_path): |
70 | 70 |
os.mkdir(save_dir) |
71 | 71 |
|
72 |
# 학습할 클래스들을 저장하고 인식 시 불러와 사용합니다. |
|
72 | 73 |
with open(os.path.join(opt.saved_path, name + "_info.info"), 'w') as stream: |
73 | 74 |
con = str(len(DOFTECH_CLASSES)) |
74 | 75 |
names = '\n'.join(DOFTECH_CLASSES) |
내보내기 Unified diff