Skip to content

Intel Realsense problem #17822

Answered by glenn-jocher
anbarsanti asked this question in Q&A
Nov 27, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

@anbarsanti the error indicates that the frame object passed to model.track() is not in a format supported by YOLOv11. Instead of passing frame directly, convert color_image (which is the actual numpy array) for inference. Update the model.track() call to use color_image. Let me know if you need further clarification! For supported formats, refer to YOLO Predict Modes.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@anbarsanti
Comment options

@glenn-jocher
Comment options

Answer selected by anbarsanti
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested track Object Tracking issues, PR's detect Object Detection issues, PR's
3 participants