系统软件版本:x3_ubuntu_v1.1.3
问题描述:
模型是LaneATT(https://github.com/lucastabelini/LaneATT),转换后在x3pi上执行,出现如下错误:
[E][DNN][multi_model_task.cpp:247](1684315378625) The model [LaneATT_test_rgb_2core] genarate 1602 funccalls, but system only support 1024 funccalls at most. Funccalls can be reduced by: 1. Increase `max-time-per-fc` time at compile stage; 2. Decrease the number of batchsize at compile stage; 3. Reduce the number of roi when calling hbDNNRoiInfer
[W][DNN]executor.cpp:136](1684315378625) ri_id=1 is running when invoke hrRiDestroy!
[E][DNN][multi_model_task.cpp:1216](1684315378625) RiDestroy failed!
错误结果中给出的修改建议:
1. Increase `max-time-per-fc` time at compile stage; 试了没用
2. Decrease the number of batchsize at compile stage; batchsize是1
3. Reduce the number of roi when calling hbDNNRoiInfer; 不知道怎么操作
模型(链接:https://pan.baidu.com/s/1F3gYd8TMZtblVYQuj0632Q 提取码:xsig )

