-
Notifications
You must be signed in to change notification settings - Fork 27
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
loading different yolov8 model other then the standard downloadable lead to crash of ros2 composable_node #30
Comments
Hi Franzhd, Just to confirm, have you tried running the quickstart and did it work as expected? Also, what platform are you running this on? If you could provide us with the entire log that would be useful. Even if it doesn't provide any info about the crash, we might be able to see if anything went wrong during launch. Also, having steps to reproduce the issue would be nice as well. |
This is the full log file: [INFO] [launch]: All log files can be found below /home/admin/.ros/log/2023-11-10-13-08-55-189247-Egidio-24912 |
Unfortunately, you're right that the log didn't provide us with additional info. I was wondering if you could provide me with additional information about the model you're running. What are the input and output sizes of it? If possible, could you also try launching the graph without all the components? For example, running the yolov8 model without the Adding on, having the steps you took to prepare your model (or access to the model in |
i had access to the testing setup only today, i'm going to proceed with testing asap. |
Adding on, we recently had a similar report from another user (#32) using a custom model. The issue stems from parameters that we hard coded in the decoder node. We'll be working out a solution soon. In the mean time, could you give the fix recommended here a try? If your custom model doesn't have the same dimensions as the model we have in our example, that could cause problems. |
hello everyone,
i did train a yolov8s model by my self but when i send it as launch file parameter, everithing goes well unitll i start the image_publisher node, that lead to the composable_node to crash without any infos about the crash in itself.
Can you help me?
I'll provide further infos if necessary.
Thanks in advance for you time,
Franzhd, member of Team Roboto.
The text was updated successfully, but these errors were encountered: