We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好,在复现IA-YOL0的过程中,发现对于VOC数据集处理在论文中和代码中不一致?论文中,加雾处理存在两处随机性——(1)每张图片有2/3的概率加雾;(2)雾的“厚度”也是随机的,即$$\beta$$是随机的;代码中,对每张图片都进行加雾处理(100%加雾),一张图片会生成10张不同雾浓度的图片?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,在复现IA-YOL0的过程中,发现对于VOC数据集处理在论文中和代码中不一致?论文中,加雾处理存在两处随机性——(1)每张图片有2/3的概率加雾;(2)雾的“厚度”也是随机的,即$$\beta$$是随机的;代码中,对每张图片都进行加雾处理(100%加雾),一张图片会生成10张不同雾浓度的图片?
The text was updated successfully, but these errors were encountered: