Arnob John

Results 8 comments of Arnob John

I am trying to add coordinate attention module to the yolov8. I have added the class in the conv.py file as bellow: ``` import torch import torch.nn as nn import...

Hi @pderrenger, Thanks for your reply. I have tried to do what you told but unfortunately I am facing some error. I have included **CoordAtt** in ultralytics/nn/modules/conv.py : ![image](https://github.com/user-attachments/assets/699fb5ba-af56-40fb-b1bd-ef0647e72bbb) after...

Thanks for your reply @glenn-jocher. Actually I am trying to use [resnet_fpn](https://github.com/freshtechyy/resnet/blob/main/resnet_fpn.py) in the YOLOv8 model. A guide on how to do so will be very much helpful.

Thanks for your reply @glenn-jocher. I have a following question to ask. I am trying to implement [PVTv2](https://github.com/whai362/PVT) in place of c2f in backbone. Will it be possible? If so...

@snehitvaddi still on it buddy. I will push it if there is any update. May I ask in what domain are you gonna use it for ?

@ethyljoybadiang I wasn't able to step anymore further on this as I started working on a different topic.

hello @xioaxin . Were you able top solve this issue?

@LauraBraad Hello. I am trying to print AP results for my dataset. I have converted the txt to json, but after running it in the test.py its not printing the...