Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MMSIG] Add new configuration files for SlowFast #2753

Open
wants to merge 1 commit into
base: dev-1.x
Choose a base branch
from

Conversation

jts250
Copy link

@jts250 jts250 commented Nov 20, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants