Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Updates to Inference Speed and mAP #154

Closed
rahul-kota opened this issue Dec 13, 2021 · 2 comments
Closed

New Updates to Inference Speed and mAP #154

rahul-kota opened this issue Dec 13, 2021 · 2 comments

Comments

@rahul-kota
Copy link

Greetings, I was wondering if you could please share some of the details of your improvements to the YOLOR models since adapting to the new 300 epoch training schedule. Even just a quick summary would be greatly appreciated.

@WongKinYiu
Copy link
Owner

for 300 epoch training schedule:
#82 (comment)

for inference speed:
our data are stored in network file system, so when doing inference, the program load images via network.
we found that the network file system is the bottleneck of inference speed, and then create temp file system to store data to solve the problem.

@rahul-kota
Copy link
Author

Thanks for the help! For reference, it appears the mAP boost I was wondering about was from this method: https://openaccess.thecvf.com/content/ICCV2021W/LPCV/papers/Wang_Exploring_the_Power_of_Lightweight_YOLOv4_ICCVW_2021_paper.pdf .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants