yolov10
yolov10 copied to clipboard
Calculating the number of parameters and FLOPs correctly
Due to that the one-to-many head in YOLOv10 is not needed during inference, this part of params and FLOPs can be ignored. We provide the script to calculate the number parameters and FLOPs correctly. You could use that like below
python flops.py
Thanks!
Thanks
but not have FLOPs
@Hy87380510 Thanks. The FLOPs are correctly shown in our local environment. Is your code the latest version?
The latest version of the code reports an error
Thank you very much for your help, I have solved the above problem and got the corresponding parameters in the paper.
Thank you very much for your help, I have solved the above problem and got the corresponding parameters in the paper.
Hi, I have also encountered the same problem. How did you solved it?
你这操作不是在掩耳盗铃吗?不理解
pip install thop
