open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.06k stars 1.2k forks source link

[MMSIG] Add new configuration files for SlowFast #2753

Open jts250 opened 8 months ago

jts250 commented 8 months ago

Add new configuration files for SlowFast. I have completed the modifications to the new config file, but I am unable to resolve these warnings when committing. How should I handle them? or should I ignore them?

Warning Details: configs/dgcnn/recognition/slowfast/slowfast_r101_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb import ' used; unable to detect undefined names configs/dgcnn/recognition/slowfast/slowfast_r101_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.' imported but unused configs/dgcnn/recognition/slowfast/slowfast_r101_r50_32xb8_4x16x1_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb import ' used; unable to detect undefined names configs/dgcnn/recognition/slowfast/slowfast_r101_r50_32xb8_4x16x1_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.' imported but unused configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8-8x8x1_steplr_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb import ' used; unable to detect undefined names configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8-8x8x1_steplr_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.' imported but unused configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.py:18:5: F403 'from ...base.default_runtime import ' used; unable to detect undefined names configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.py:19:5: F403 'from ...base.models.slowfast_r50 import ' used; unable to detect undefined names configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.py:130:1: F405 'default_hooks' may be undefined, or defined from star imports: ...base.default_runtime, ...base.models.slowfast_r50 configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F403 'from .slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb import ' used; unable to detect undefined names configs/dgcnn/recognition/slowfast/slowfast_r50_8xb8_8x8x1_256e_kinetics400_rgb.py:4:5: F401 '.slowfast_r50_8xb8_4x16x1_256e_kinetics400_rgb.' imported but unused