Open Lewis-Lu opened 2 months ago
@YTEP-ZHI could you please comment on this ? Many Thanks in advance
Some more context, I'm looking into https://github.com/open-mmlab/mmdeploy/pull/1662 for some hints as it seems has supported InstanceData for exporting to ONNX.
Hi there,
I'm trying to export motion_head to ONNX, as the
track_bbox_results
contains LiDARInstance3DBoxes, thus the torch.onnx.tracer failed with the following log:data
store in 3d-bbox, then tracer could work, since the forward() args would betorch.Tensor
then. However, it takes much effort for exporting the part to ONNX.Best, Lewis