lizz
lizz
For RoIAlign, I suggest consulting the mmdet team. They have some onnx experts.
Thanks for the enthusiastic! Here is a practical way: 1. Make a list of candidate augmentations. For each augmentation, find its original paper, together with a reference implementation. 2. Make...
In image classification, rotation works to some extent. But color jittering sometimes does not work. Whether they work or not, it does not affect whether we implement them. edit: @dreamerlin...
Supporting rotation would be great. I also wanted to have some camera transformations, such as * push in * pull out * pan * tilt Do you have interest in...
No hurry. There is also lots of movie transition fx that can do some fancy temporal "mixup" 
@haritha91 As a workaround, you can put the training list in the validation pipeline. In general, we did not provide such functionality right now. If you are in hurry and...
Please checkout the config file. The preprocessing is in the train/val/test_pipeline section, e.g. https://github.com/open-mmlab/mmaction2/blob/master/configs/recognition/tsn/tsn_r50_1x1x3_100e_kinetics400_rgb.py#L48
Related discussion https://github.com/open-mmlab/mmaction2/discussions/655
Thanks, this is great! * For TPN and C3D, is there a way to put up a setting that is as fair as possible? For example, if it supports 8...