-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fail to process reasonable 3d dataset #82
Comments
I will look into it more later, but what I immediately spot: The tile shape is given in the wrong order. It needs to be passed as ZYX (python axis convention), i.e. like this:
but the error is likely due to some error issue in our code. I will check it later and report back. |
Hi @bpavie , I fixed this, so once you update the code the prediction should work for you. Let me know if this fixes the issue. And just fyi: in case you want to segment vesicles in Cryo-ET data, you could also try the model |
The new version seems to process, but it doesn't seem to not output anything. --output ./output/ --output "./output" and the full path but none of them output anything. Example of command: synapse_net.run_segmentation -i 20241017_RTtomo_TS3_25kx_rec.mrc --tile_shape 12 128 128 --model vesicles_cryo --output "./output/"
Determined tile size: {'x': 256, 'y': 256, 'z': 32}
Processing files: 0%| | 0/1 [00:00<?, ?it/s]Rescaling the data at 20241017_RTtomo_TS3_25kx_rec.mrc by (1.2522727792913264, 0.8162963302047164, 0.8162963302047164) to match the training voxel size (0.88, 1.35, 1.35) file structure: dir
Volume in drive C is Windows
Directory of C:\Users\u00xxxx\test
13/12/2024 11:19 <DIR> .
13/12/2024 11:18 <DIR> ..
10/12/2024 13:48 460.533.096 20241017_RTtomo_TS3_25kx_rec.mrc
13/12/2024 11:19 <DIR> output |
I
Did you check if there is anything in this directory ( If that's not the case then we likely have some issue with processing filepaths on windows, as we haven't tested running it on windows yet. I could set up CI later to see if I can reproduce the issu. |
Hi @constantinpape , dir output
Volume in drive C is Windows
Volume Serial Number is 920B-93BA
Directory of C:\Users\u00xxxxx\test\output
13/12/2024 11:19 <DIR> .
13/12/2024 11:19 <DIR> ..
0 File(s) 0 bytes
2 Dir(s) 83.589.132.288 bytes free |
Hi
I tried to process a mrc file but failed:
I used
tile_shape
parameters to reduce the GPU usage but got this error. Note that without thetile_shape
parameter I have the same errorDo you have any tips to process it ?
Best
Benjamin
The text was updated successfully, but these errors were encountered: