You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have converted the pytorch version of object detection model RTDETRv2 to CoreML. Then, after loading the mlpackage into RectLabel Pro, ran one image inference with auto-labeling, but there seem to be an issue with how the bounding box and object is identified.
Is there any way for us to know how to debug or understand how should we export a CoreML model from a pytorch model to be loaded correctly on RectLabel?
For example, this is the result of inference:
object28 is not listed as one of the objects to be detected in the metadata, and the bounding box has zero height.
I have converted the pytorch version of object detection model RTDETRv2 to CoreML. Then, after loading the mlpackage into RectLabel Pro, ran one image inference with auto-labeling, but there seem to be an issue with how the bounding box and object is identified.
Is there any way for us to know how to debug or understand how should we export a CoreML model from a pytorch model to be loaded correctly on RectLabel?
For example, this is the result of inference:
object28
is not listed as one of the objects to be detected in the metadata, and the bounding box has zero height.The ground truth annotation:
The following is the model metadata:
The above output can be printed with:
The text was updated successfully, but these errors were encountered: