open-mmlab / mmaction

An open-source toolbox for action understanding based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.85k stars 351 forks source link

faster-rcnn #34

Open hanghangxie opened 5 years ago

hanghangxie commented 5 years ago

hi, I found file faster_rcnn.py in models, I wonder whether mmaction can support faster-rcnn now? If support, is there any configs can be provided, i really do not know how to construct self.train_cfg.rpn. thank you.

zhaoyue-zephyrus commented 5 years ago

@hanghangxie The spatial-temporal module is ported from the MMDetection, therefore Faster RCNN is supported. However the performance has not be tuned that well. I have a coarse version but don't plan to release it until it is ready. If you would like to contribute, leave a message below the comment and you can work on it.

guancheng817 commented 4 years ago

@hanghangxie The spatial-temporal module is ported from the MMDetection, therefore Faster RCNN is supported. However the performance has not be tuned that well. I have a coarse version but don't plan to release it until it is ready. If you would like to contribute, leave a message below the comment and you can work on it.

hi, thanks for your works. Does the faster rcnn version achive the good performance and you have the plan to release the faster rcnn version? Thank you.