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
master branch https://mmrotate.readthedocs.io/en/latest/
在看源码时,我有一个问题,比如AnchorGenerator类,给了配置和参数,我理解是对AnchorGenerator类进行实例化,也就是执行了__init__函数,那类里面还有一些其他的函数,从这个config中如何看出何时该执行哪一种具体函数呢? anchor_generator=dict( type='AnchorGenerator', scales=[8], ratios=[0.5, 1.0, 2.0], strides=[4, 8, 16, 32, 64])
anchor_generator=dict( type='AnchorGenerator', scales=[8], ratios=[0.5, 1.0, 2.0], strides=[4, 8, 16, 32, 64])
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Branch
master branch https://mmrotate.readthedocs.io/en/latest/
📚 The doc issue
在看源码时,我有一个问题,比如AnchorGenerator类,给了配置和参数,我理解是对AnchorGenerator类进行实例化,也就是执行了__init__函数,那类里面还有一些其他的函数,从这个config中如何看出何时该执行哪一种具体函数呢?
anchor_generator=dict( type='AnchorGenerator', scales=[8], ratios=[0.5, 1.0, 2.0], strides=[4, 8, 16, 32, 64])
Suggest a potential alternative/fix
No response
The text was updated successfully, but these errors were encountered: