You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exampledata.get_classifier_database_from_pysilcam_blob(download_directory='./') does not download the silcam_dataset.zip. When running the function, it only returns download_directory.
The text was updated successfully, but these errors were encountered:
The problem with this function is that it checks for existing folder (download_directory), and if it exists, it does nothing, just returning the name of the folder. Combined with the default option of download_directory='.', this creates the observed behavior.
Work-around: always specify a non-existing folder
Fix: Remove default value for "download_directory", or change it to something else, for instance a randomly generated name.
The exampledata.get_classifier_database_from_pysilcam_blob(download_directory='./') does not download the silcam_dataset.zip. When running the function, it only returns download_directory.
The text was updated successfully, but these errors were encountered: