Skip to content
Snippets Groups Projects
Commit 146057da authored by kaloyane's avatar kaloyane
Browse files

[LMS-2350] dropbox fix

SVN: 22023
parent 689f9603
No related branches found
No related tags found
No related merge requests found
...@@ -466,7 +466,7 @@ class MyImageDataSetConfig(SimpleImageDataConfig): ...@@ -466,7 +466,7 @@ class MyImageDataSetConfig(SimpleImageDataConfig):
self.setOriginalDataStorageFormat(ORIGINAL_DATA_STORAGE_FORMAT) self.setOriginalDataStorageFormat(ORIGINAL_DATA_STORAGE_FORMAT)
if GENERATE_THUMBNAILS: if GENERATE_THUMBNAILS:
self.setGenerateThumbnails(True) self.setGenerateThumbnails(True)
self.setUseImageMagicToGenerateThumbnails(True) #self.setUseImageMagicToGenerateThumbnails(True)
self.setAllowedMachineLoadDuringThumbnailsGeneration(ALLOWED_MACHINE_LOAD_DURING_THUMBNAIL_GENERATION) self.setAllowedMachineLoadDuringThumbnailsGeneration(ALLOWED_MACHINE_LOAD_DURING_THUMBNAIL_GENERATION)
self.setMaxThumbnailWidthAndHeight(MAX_THUMNAIL_WIDTH_AND_HEIGHT) self.setMaxThumbnailWidthAndHeight(MAX_THUMNAIL_WIDTH_AND_HEIGHT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment