Kai Chen
Kai Chen
To use a custom extension, you may refer to the [official tutorial](https://pytorch.org/tutorials/advanced/cpp_extension.html). As stated in the documentation, > Just be sure to import torch first, as this will resolve some...
> I suppose it would be interesting to add [CSN](https://arxiv.org/abs/1904.02811) and [X3D](https://arxiv.org/abs/2004.04730) by FAIR into the supported model family. > I also have an interest in helping implement/review them if...
> it will be nice if mmaction2 could support ava dataset and spatio-temporal action detection models. Yes it is in the plan.
> it will be nice if mmaction2 can give some pretrained backbone models for user,, such as ResNet3dSlowFast and so on. There are already lots of pretrained models in the...
> In the previous version (PCDet), I see that PV-RCNN is supported. However, it is not supported now. So, I hope to see PV-RCNN again. PCDet and mmdet3d are two...
Currently there is no minimal interval for crawling sites. You may add some time limitation in `Feeder`, `Parser` or `Downloader`.
Hi @qijiezhao , we are currently working on the cleaning and will release both the training and inference code as soon as we finish it (before CVPR conference, 18 June).
Sorry for the delay and I am eagerly looking forward to the code release. However I was interrupted by another urgent project during the past weeks and underestimated the expected...
> I would be interested in adding support for EfficientNet (backbone, #764) and EfficientDet (detector, #1827) architectures along with trained models. > > I will also be willing to contribute...