z7r7y7
z7r7y7
Thank you for your reply! I noticed that there are many versions of Mask R-CNN on GitHub. May I ask which version's weights can be directly loaded with the argument...
Thank you for your reply! I want to incorporate depth information into the input. Can I use the detection results of an object detection model and fuse them with the...
You're right. Due to the presence of objects with similar shapes but varying sizes in my custom dataset, and the uncertainty of scale in monocular RGB images, relying solely on...
Thank you so much for your response. I will definitely try incorporating the RGB and depth feature maps into the Transformer model and see how it performs. I'm excited about...
Hello!I also encountered a runtime error "RuntimeError: Bindless Textures not supported" while running the gdrnpp model code. `raise RuntimeError("Bindless Textures not supported")` The following is the entire log of the...
Thank you very much for your help! I followed your advice and ran the programs https://github.com/vispy/vispy/blob/main/examples/offscreen/simple_egl.py and https://github.com/thodan/bop_toolkit#vispy-renderer-default, both of which ran successfully. It seems that the EGL renderer in...
Hello!I wanted to inform you that the issue mentioned earlier has been resolved. However, I cannot pinpoint the exact step that proved crucial, because I took multiple measures to address...