mergify[bot] on master
chore: update to oatpp 1.3 (compare)
I gone this link,
https://www.deepdetect.com/platform/docs/training-from-csv-data/
But still not cleared to me
ptxas /tmp/tmpxft_00006a63_00000000-12_PQScanMultiPassNoPrecomputed.compute_50.ptx, line 111; warning : ld
...
...
ptxas /tmp/tmpxft_0000753a_00000000-5_PQScanMultiPassPrecomputed.compute_75.ptx, line 11479; warning : ld
hey @beniz - continuing to experiment with NCNN, I was trying to convert the word_detect_v2
, crop
action, multiword_ocr
chain from Caffe to NCNN and ran into an internal error:
[2021-01-15 22:07:29.135] [ocr-d21cfe6c-2e8c-40c7-94df-b4740bcfb44a-0] [info] number of calls=3
[2021-01-15 22:07:29.135] [ocr-d21cfe6c-2e8c-40c7-94df-b4740bcfb44a-0] [info] [0] / executing predict on service word_detect_v2_ncnn
[2021-01-15 22:07:35.575] [ocr-d21cfe6c-2e8c-40c7-94df-b4740bcfb44a-0] [info] [1] / executing action crop
[2021-01-15 22:07:35.576] [api] [error] 10.10.10.32 "PUT /chain/ocr-d21cfe6c-2e8c-40c7-94df-b4740bcfb44a-0" 500 6441ms
and the returned error was:
{
"status": {
"code": 500,
"dd_code": 1007,
"dd_msg": "in get<T>()",
"msg": "InternalError"
}
}
Any idea what's going on?