Skip to content

Commit

Permalink
Update detect for kitti_detection
Browse files Browse the repository at this point in the history
  • Loading branch information
sooahleex committed Sep 23, 2024
1 parent 7182309 commit e80ec8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datumaro/plugins/data_formats/kitti/importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class KittiDetectionImporter(KittiImporter):
@classmethod
def detect(cls, context: FormatDetectionContext) -> FormatDetectionConfidence:
# left color camera label files
context.require_file(f"**/label_2/*_*.{cls._ANNO_EXT}")
context.require_file(f"**/label_2/*_*{cls._ANNO_EXT}")
return cls.DETECT_CONFIDENCE

@classmethod
Expand Down

0 comments on commit e80ec8e

Please sign in to comment.