Open zzzrenn opened 1 week ago
Our YOLO+DN-FPN implementation is based on the Ultralytics YOLO repository. Due to licensing restrictions, we are unable to upload the code.
Thank you for your clarification. To summarize that, the implementation for YOLO is as follows:
Could you please confirm this?
Thank you very much
@hoiliu-0801 Unfortunately, I could not get any positive result integrating DNFPN loss into YOLO. Could you please clarify the following:
It would be really helpful if you could clarify on these. Thank you very much for your time.
Yes, we use batch size=2 in our settings, but it can be increased if better GPUs are available to handle the additional computational demands.
To be honest, I don't recall the exact number for YOLO. However, I do remember that the YOLO model converged faster compared to DNTR in our experiments—possibly around 24 epochs for pretraining and 12 for fine-tuning. I’ll make an effort to reimplement the YOLO code in the future to confirm this. Apologies for any inconvenience caused.
We divide the total number of positive and negative queries for normalization. Is this the type of normalization you were referring to? Based on our experiments, I believe we did not multiply the losses by the batch size.
Could you please share the details for implementing DNFPN for YOLO? Specifically the following:
It would be great if you could shed some light on my doubts or share the code/pseudo code for yolo.
Thank you very much.