Skip to content
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

Issue with AttributeError in yolov6-ros package #5

Open
yachour1 opened this issue Jun 28, 2023 · 1 comment
Open

Issue with AttributeError in yolov6-ros package #5

yachour1 opened this issue Jun 28, 2023 · 1 comment

Comments

@yachour1
Copy link

I am reaching out to report an issue that I encountered while using the yolov6-ros package in my Ubuntu 20.04 environment with Python 3.8.10. Firstly, I want to thank you for developing this ROS package and providing the necessary instructions in the readme file.

However, I encountered the following error:

AttributeError: Can't get attribute 'SimCSPSPPF' on module 'volov6.layers.common' from '/home/robotec/.local/lib/python3.8/site-packages/yolov6/layers/common.py'

I have followed the instructions mentioned in the readme file, including cloning the repository into my catkin workspace, building the package, and installing the required Python packages. Additionally, I have downloaded the YOLOv6 weights from the official repository into the src folder.

Despite having completed these steps, the AttributeError mentioned above occurs when I attempt to launch the node using the provided launch file (roslaunch yolov6-ros yolov6.launch).

Could someone please provide guidance on resolving this issue? I have double-checked that all the required packages and their versions are correctly installed in my environment. I believe I have met all the requirements specified in the readme file.

Thank you for your attention to this matter. Please let me know if it required any further information or if there are additional steps I should follow.

error detect

@yachour1 yachour1 reopened this Jun 28, 2023
@yachour1
Copy link
Author

Moreover, when i look into /home/robotec/.local/lib/python3.8/site-packages/yolov6/layers/common.py i can't find anything relevant about "SimCSPSPPF"
SPPF

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant