-
Notifications
You must be signed in to change notification settings - Fork 12
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
GSConv implementation #34
Comments
@zeobec You should note the definition of the Conv in YOLOv10. Try to use this GSConv:
I have not checked the definition of "Conv" in YOLOv10 yet, so please don't hesitate to let me know if you have any further questions. |
hi, thankyou for your response. i noticed that you have added new parameter which is d. Based on my understanding, is it true that d is representing dilation? would you mind to explain why you add the new parameter to make the module works? |
Is your project have worked? You need to correctly define the "Conv" class in the Yolov10 to make it works. NOTE: please check the definition of "Conv" in YOLOv10. |
Currently, im trying to implement GSConv module into Yolov10b module.

conv.py
task.py

also imported module in init.py

.yaml

however, i received this error message


What's the possible reason that could be the source of the error?
The text was updated successfully, but these errors were encountered: