1.芯片型号:J5
2.天工开物开发包OpenExplorer版本: J5_OE_1.1.57
3.问题定位:编译生成hbm模型
4.问题具体描述:
你好,我们开发了一个雷达和图像融合的模型,deploy_model包含PointPillarsProPrecess算子。
参看pointpillars算法,deploy_inputs中points要求类型为List[Tensor],但是融合模型图像和采样点数据类型为tensor,编译时会提示: Dictionary inputs to traced function must have consistent type, Found Tensor and List[Tensor]。
这里有什么办法修改PointPillarsProPrecess算子输入类型为tensor吗?

