Open bilel-bj opened 4 years ago
Also looking forward to 3D ResNest for medical imaging data!
@bryanyzhu @chongruo Any thoughts on 3D ResNeSt?
@bilel-bj I think following R2+1D or P3D would be a good direction to instantiate a 3D ResNeSt for video classification. But given 3D networks are slow to train, you can try to use 2D ResNeSt in TSN or TSM networks to see how effective it is.
Looks like we have 3rd party implementation for ResNeSt3D. Feel free to check it out: https://github.com/QiaoranC/tf_ResNeSt_RegNet_model
Are there any guidelines to implement ResNest 3D for video classification?
Thanks.