-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
waiting for camera info #10
Comments
I believe you have already configured the code correctly and the node has been running and outputting results.
|
Hi, thanks for replying fast, now I see this is mono camera, so if I using Intel RealSense D455 RGB-D camera, it still can use this project right? |
https://github.com/luiszeni/yolact_onnx I recommend you export to an onnx file. But I think that YOLOACT and YOLOV8 is not outputting 3D objects (only 2D objects), so you may need to modify the output formats. |
Sorry, I don't understand very well, how do I know if yolact is 2D or 3D? |
https://github.com/dbolya/yolact I am not sure what models you are going to use. But YOLACT and YoloV8, as reported in their papers and official codes, are 2D detection models. YOLACT outputs instance segmentation masks, and YOLOV8 outputs 2D bounding boxes. By design, the detection model in this repo will be outputting 3D bounding boxes directly from cameras. The pre-trained models in this repo are only for self-driving-related scenarios (metric-3d is a foundation model and it work in many scenarios). You can use different onnx models trained in your scenarios as long as the input and output formats are the same. You can also re-write part of the pre-processing and post-processing codes to adapt to any custom onnx models. |
Ok so if I wanna use others model, I have to see is 3D, and I have to train 3d, segmentation, and depth 3 different models for my scenarios? |
For now, the repo uses three different models. You can enable/disable any if you only want only parts of the functions. |
Ok, I will try, thank you very much! |
Hello, I'm using Ubuntu22.04 and ROS2 Humble, may I ask what this mean? It says waiting for camera info, but I already publish Intel D455 camera topic,
I would like to ask why we need compressed_image_topic, usually we only need image, depth, and camera_info_topic?
Here is my ros2 topic list:
Also I'm curious what is compressed_image_topic doing? Thanks.
The text was updated successfully, but these errors were encountered: