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 a619ea0 commit 7a0edd6Copy full SHA for 7a0edd6
mapillary_tools/constants.py
@@ -45,6 +45,6 @@
45
# Max number of images per sequence
46
MAX_SEQUENCE_LENGTH = int(os.getenv(_ENV_PREFIX + "MAX_SEQUENCE_LENGTH", 1000))
47
# Max file size per sequence (sum of image filesizes in the sequence)
48
-MAX_SEQUENCE_FILESIZE: str = os.getenv(_ENV_PREFIX + "MAX_SEQUENCE_FILESIZE", "10G")
+MAX_SEQUENCE_FILESIZE: str = os.getenv(_ENV_PREFIX + "MAX_SEQUENCE_FILESIZE", "110G")
49
# Max number of pixels per sequence (sum of image pixels in the sequence)
50
MAX_SEQUENCE_PIXELS: str = os.getenv(_ENV_PREFIX + "MAX_SEQUENCE_PIXELS", "6G")
0 commit comments