mapillary_tools/process_geotag_properties.py [71:84]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        if video_import_path is None:
            images = utils.get_image_file_list(
                import_path, skip_subfolders=skip_subfolders
            )
        else:
            images = utils.get_image_file_list(
                import_path,
                skip_subfolders=False,
            )
            images = utils.filter_video_samples(
                images, video_import_path, skip_subfolders=skip_subfolders
            )
        LOG.debug(f"Found {len(images)} images in {import_path}")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



mapillary_tools/process_geotag_properties.py [100:113]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            )
        if video_import_path is None:
            images = utils.get_image_file_list(
                import_path, skip_subfolders=skip_subfolders
            )
        else:
            images = utils.get_image_file_list(
                import_path,
                skip_subfolders=False,
            )
            images = utils.filter_video_samples(
                images, video_import_path, skip_subfolders=skip_subfolders
            )
        LOG.debug(f"Found {len(images)} images in {import_path}")
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



