개정판 b751b562
issue #1336: fix save image
Change-Id: Idd1a65a352712e865e6ecc27c7f782876dd1c8e9
DTI_PID/WebServer/app/recognition/index.py | ||
---|---|---|
109 | 109 |
boxes_list = boxes |
110 | 110 |
''' |
111 | 111 |
|
112 |
infos = [['Text Area', [None, None, os.path.dirname(
|
|
112 |
infos = [['Text Area', [True, os.path.dirname(
|
|
113 | 113 |
os.path.realpath(__file__)) + '\\..\\..\\CRAFT_pytorch_master\\weights\\craft_mlt_25k.pth', imgs]]] |
114 | 114 |
boxes = streamer.predict(infos) |
115 | 115 |
boxes_list = boxes[0][0] |
내보내기 Unified diff