I built a custom attention module (similar to SE block) and want to integrate it on the YOLOv7. How can I achieve this?
I already tried to change the YAML file with the block I put on the code, but it just said that the block I created was undefined.