DynamicHead icon indicating copy to clipboard operation
DynamicHead copied to clipboard

Results 5 DynamicHead issues
Sort by recently updated
recently updated
newest added

看了下【可视化】部分,示例中给了demo.py,但是文件夹中只有一个png,怎么回事?想跑个demo的

@StevenGrove hi thanks for sharing the code base , i have a query can we consider the feature in the fine grained routing for multilabel classification problem like person attribute...

我在哪能得到这个dynamic grained head 模块的源码?我对其很有兴趣,想在我自己的模型里尝试添加试一下效果,但是我没能很好的找到这个模块。

cvpods/modeling/backbone/dynamic_arch/dynamic_backbone.py这个文件中有DynamicNetwork以及build_dynamic_backbone这个函数,请问哪个cfg文件或者这个repo中的什么检测器会去构建这个backbone? 这个函数下面的很多的参数设置有没有什么推荐值? ``` def build_dynamic_backbone(cfg, input_shape: ShapeSpec): """ Create a Dynamic Backbone from config. Args: cfg: a dl_lib CfgNode Returns: backbone (Backbone): backbone module, must be a subclass of :class:`Backbone`....

Thanks for your good work! Could you share your visualization code to draw Figure 4? Thanks a lot!