@Frank 我发现问题了,我之前只是把vnn_yolov4.h和vnn_yolov4.c拷过去了,但上面那个类型是在vnn_global.h里面声明的,所以还得把这个文件也拷过去。 这样倒是能编译过去了,运行还是出问题:
init_fb…
1920x1080, 32bpp
W Detect_api:[det_set_log_level:19]Set log level=1
W Detect_api:[det_set_log_level:21]output_format not support Imperfect, default to DET_LOG_TERMINAL
W Detect_api:[det_set_log_level:26]Not exist VSI_NN_LOG_LEVEL, Setenv set_vsi_log_error_level
det_set_log_config Debug
Error: yolo_v4.c: model_create at 31
E Detect_api:[det_set_model:225]Model_create fail, file_path=nn_data, dev_type=1
det_set_model fail. ret=-4
跟最开始的问题是一样的