This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
软件版本ti-processor-sdk-rtos-j721e-evm-08_01_00_13
深度学习库版本:tidl_j7_08_01_00_05
导出关键点检测onnx模型, 出现该问题
ERROR: Batch processing is not supported for this TIDL_ResizeLayer, so exiting from import
我可以怎么理解该最新的tidl_j7_08_01_00_05库还不支持batch操作的ResizeLayer层吗?因为目标检测模型和关键点检测模型都有ResizeLayer上采用的操作,想知道什么时候支持batch操作的ResizeLaye层?
您好,请问输入的空间分辨率是多少? batch processing是为了帮助一些 2 级对象检测器网络和小分辨率的case,这种情况下,我们还没遇到过调整大小的使用情况,也没有看到更多的运算符。 因此patch mode不支持调整大小。
请问您这里的usecase是什么?以及您为何使用patch mode?
My input resolution is 192x256 and the network is topdown_heatmap structure for person keypoint detection in the human body