Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkai committed Oct 12, 2023
1 parent 06d7d01 commit 788964f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion mmaction/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
'AVADataset', 'AVAKineticsDataset', 'ActivityNetDataset', 'AudioDataset',
'BaseActionDataset', 'PoseDataset', 'RawframeDataset', 'RepeatAugDataset',
'VideoDataset', 'repeat_pseudo_collate', 'VideoTextDataset',
'MSRVTTRetrieval', 'MSRVTTVQA', 'MSRVTTVQAMC', 'CharadesSTADataset',
'MSRVTTRetrieval', 'MSRVTTVQA', 'MSRVTTVQAMC', 'CharadesSTADataset',
'ActionSegmentDataset'
]
1 change: 0 additions & 1 deletion mmaction/evaluation/metrics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from .segment_metric import SegmentMetric
from .video_grounding_metric import RecallatTopK


__all__ = [
'AccMetric', 'AVAMetric', 'ANetMetric', 'ConfusionMatrix',
'MultiSportsMetric', 'RetrievalMetric', 'VQAAcc', 'ReportVQA', 'VQAMCACC',
Expand Down

0 comments on commit 788964f

Please sign in to comment.