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
AdvancedEAST/network.py
Lines 65 to 70 in ba78824
可不可以这样直接生成7个output map: Conv2D(7, 1, padding='same', name='output_all')(self.g(cfg.feature_layers_num))
Conv2D(7, 1, padding='same', name='output_all')(self.g(cfg.feature_layers_num))
The text was updated successfully, but these errors were encountered:
不好意思一直比较忙没有查看,这个确实是一个早期没发现的bug......
非常感谢!
Sorry, something went wrong.
No branches or pull requests
AdvancedEAST/network.py
Lines 65 to 70 in ba78824
这几行代码,会生成三个不同的feature merge layer网络分支,这是预期的结果吗?
可不可以这样直接生成7个output map:
Conv2D(7, 1, padding='same', name='output_all')(self.g(cfg.feature_layers_num))
The text was updated successfully, but these errors were encountered: