개정판 02bb6172
issue #1366: need fix
Change-Id: Id35c3d80f870419d345f72c6e8423171fbeb67dc
DTI_PID/WebServer/app/recognition/index.py | ||
---|---|---|
112 | 112 |
boxes_list = boxes |
113 | 113 |
''' |
114 | 114 | |
115 |
infos = [['Text Area', [False, os.path.dirname( |
|
116 |
os.path.realpath(__file__)) + '\\..\\..\\CRAFT_pytorch_master\\weights\\craft_mlt_25k.pth', imgs]]] |
|
115 |
infos = [['Text Area', [False, os.path.dirname(os.path.realpath(__file__)) + '\\..\\..\\CRAFT_pytorch_master\\weights\\craft_mlt_25k.pth', imgs]]] |
|
117 | 116 |
boxes = streamer.predict(infos) |
118 | 117 |
boxes_list = boxes[0][0] |
119 | 118 |
내보내기 Unified diff