Intel Realsense problem #17822
Replies: 2 comments
-
👋 Hello @anbarsanti, thank you for sharing your issue and for your interest in using Ultralytics 🚀! Below are some pointers and resources that might assist you while an Ultralytics engineer takes a closer look at your report. From your description, it seems like you're encountering a 🐛 Bug. When reporting an issue, kindly ensure you're providing a minimum reproducible example (MRE). Your shared code snippet is helpful; however, double-check if additional context (such as your Recommendations
Community Support📢 In the meantime, feel free to engage with the Ultralytics community for real-time support or discussions:
Status and CI VerificationYou can also confirm that all tests are currently passing by checking the Ultralytics CI badge below: An Ultralytics engineer will assist you soon to help resolve your issue. Thank you for your patience and for being part of the Ultralytics community! 🚀✨ |
Beta Was this translation helpful? Give feedback.
-
@anbarsanti the error indicates that the |
Beta Was this translation helpful? Give feedback.
-
Hi, I was using intel real sense camera D435I and integrated it with YOLOv11.
After some time, my code no longer works.
Here is the code:
And here is the error message:
File "/home/anbarsanti/Dropbox/YOLOv11/track.py", line 185, in
for r in results:
File "/home/anbarsanti/anaconda3/lib/python3.11/site-packages/torch/utils/_contextlib.py", line 36, in generator_context
response = gen.send(None)
^^^^^^^^^^^^^^
File "/home/anbarsanti/anaconda3/lib/python3.11/site-packages/ultralytics/engine/predictor.py", line 227, in stream_inference
self.setup_source(source if source is not None else self.args.source)
File "/home/anbarsanti/anaconda3/lib/python3.11/site-packages/ultralytics/engine/predictor.py", line 199, in setup_source
self.dataset = load_inference_source(
^^^^^^^^^^^^^^^^^^^^^^
File "/home/anbarsanti/anaconda3/lib/python3.11/site-packages/ultralytics/data/build.py", line 187, in load_inference_source
source, stream, screenshot, from_img, in_memory, tensor = check_source(source)
^^^^^^^^^^^^^^^^^^^^
File "/home/anbarsanti/anaconda3/lib/python3.11/site-packages/ultralytics/data/build.py", line 169, in check_source
raise TypeError("Unsupported image type. For supported types see https://docs.ultralytics.com/modes/predict")
TypeError: Unsupported image type. For supported types see https://docs.ultralytics.com/modes/predict
Could you help?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions