个人的目标检测模型,使用TVM自动生成部署项目的时候出现ValueError: too many values to unpack (expected 2)
使用TVM自动生成模型部署项目-部署项目生成错误
Re: 使用TVM自动生成模型部署项目-部署项目生成错误
Currently, export_onnx_model.py only supports single input and single output scenarios. You can modify the input and output of the model in the generate_project() function of export_onnx_model.py and in app_main.c according to your own model.
In addition, the support for TVM in ESP-DL is not very mature, and there may be exceptions in the deployment of some custom models. Moreover, the main branch of TVM has undergone significant updates, so this implementation needs to be refactored. However, due to our current manpower constraints, we won't start the refactoring work in the short term; we need to complete other tasks first. If any exceptions occur, you may need to handle them on your own in the short term. Sorry for the inconvenience.
In addition, the support for TVM in ESP-DL is not very mature, and there may be exceptions in the deployment of some custom models. Moreover, the main branch of TVM has undergone significant updates, so this implementation needs to be refactored. However, due to our current manpower constraints, we won't start the refactoring work in the short term; we need to complete other tasks first. If any exceptions occur, you may need to handle them on your own in the short term. Sorry for the inconvenience.
Who is online
Users browsing this forum: No registered users and 8 guests