We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
你好,很感谢您贡献了代码; 我正在尝试使用车辆数据训练fastrcnn;根据数据集我只修改了config.py中的模型位置和标签数量,还有Net.py中的flatten函数加入了tf.reshape(roi_pool6, (-1, 25666)),将其运行起来。但是训练的结果不尽人意。 我得到的标签总是背景和框不准确。请问是我有什么做的不对吗或者还有什么关键步骤遗漏了。 感谢你的阅读。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,很感谢您贡献了代码;
我正在尝试使用车辆数据训练fastrcnn;根据数据集我只修改了config.py中的模型位置和标签数量,还有Net.py中的flatten函数加入了tf.reshape(roi_pool6, (-1, 25666)),将其运行起来。但是训练的结果不尽人意。 我得到的标签总是背景和框不准确。请问是我有什么做的不对吗或者还有什么关键步骤遗漏了。
感谢你的阅读。
The text was updated successfully, but these errors were encountered: