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
Describe the bug
I am using the DeepSTORM colab notebook to train a network using simulated images. Cell 3.1b.2 should save the simulated images at TIFs, but it doesn't appear to work. It does not give an error, but does not write any image files.
Run steps 1, 2 and the first step of 3.1b (simulating data).
Enter a path and run the cell labeled "Play this cell to save the simulated stack." I have tested both local paths (/Volumes/myName/path/to/mydirectory) and drive paths (drive/myDeepSTORMfolder).
The message displayed is "Folder created. Training dataset saved." But no folder is created and no TIFF files are saved in the specified locations.
Run the same cell again. Now the message displayed is "Training data already exists in folder: Data overwritten. Training dataset saved." But there are still no TIFF files in the specified location.
Expected behavior
There should be 20 new TIFF files in the specified folder, corresponding to simulated training data.
OS: Mac OS 14.3.1
Browser Firefox
Version 123.0
The text was updated successfully, but these errors were encountered:
Describe the bug
I am using the DeepSTORM colab notebook to train a network using simulated images. Cell 3.1b.2 should save the simulated images at TIFs, but it doesn't appear to work. It does not give an error, but does not write any image files.
To Reproduce
Steps to reproduce the behavior:
/Volumes/myName/path/to/mydirectory
) and drive paths (drive/myDeepSTORMfolder
).Expected behavior
There should be 20 new TIFF files in the specified folder, corresponding to simulated training data.
The text was updated successfully, but these errors were encountered: