We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39bdf1 commit db74f92Copy full SHA for db74f92
src/superannotate/lib/core/usecases/images.py
@@ -1024,7 +1024,7 @@ def filter_paths(self, paths: List[str]):
1024
for path in paths:
1025
name_path_map[Path(path).name].append(path)
1026
1027
- CHUNK_SIZE = UploadImagesFromFolderToProject.LIST_NAME_CHUNK_SIZE
+ CHUNK_SIZE = UploadImagesToProject.LIST_NAME_CHUNK_SIZE
1028
filtered_paths = []
1029
duplicated_paths = []
1030
for file_name in name_path_map:
0 commit comments