I have made some changes to the content of the run_demo. py program. Firstly, I connected the realsense d435i camera, and I want to use the camera to detect the pose of the target in real time. I changed the input depth image, RGB image, and mask image to automatic reading. I also aligned the depth stream and color stream, and adjusted the size. Why did the window display a bounding box that did not surround my target object after running the program? After a few seconds, the bounding box popped out of the screen, which has been bothering me for a long time. I hope everyone can help me see where the problem occurred. Thank you.
I have made some changes to the content of the run_demo. py program. Firstly, I connected the realsense d435i camera, and I want to use the camera to detect the pose of the target in real time. I changed the input depth image, RGB image, and mask image to automatic reading. I also aligned the depth stream and color stream, and adjusted the size. Why did the window display a bounding box that did not surround my target object after running the program? After a few seconds, the bounding box popped out of the screen, which has been bothering me for a long time. I hope everyone can help me see where the problem occurred. Thank you.