ASF-YOLO
ASF-YOLO copied to clipboard
where is the CPAM?
I noticed the CPAM module in the paper. I found it's the attention_model, but it's not used in the code instead Add, which is more useful?
I'm sorry that the names of some modules in the code were changed in the manuscript. The attention_model is in ./models/common.py. Please refer to class attention_model(nn.Module). Thank you.
and where is the SSFF and TFE module? sorry im a beginner of yolo and im not good at reading python code....
and can u tell me how to use ASF-YOLO on target detection instead of instance segmentation?