Pipeline for the automatic detection and segmentation of particles and cellular structures in 3D Cryo-ET data, based on deep learning (convolutional neural networks).
I had some troubles setting up the environment following the instructions in the readme; I finally managed, so I thought to share here in case other encounter the same issues and in case you think it's worth updating the readme:
I had to restrict python to 3.8, otherwise the required keras-gpu=2.3.1 could not be installed:
I had some troubles setting up the environment following the instructions in the readme; I finally managed, so I thought to share here in case other encounter the same issues and in case you think it's worth updating the readme:
keras-gpu=2.3.1
could not be installed:pytorch
:openssl
dependency for keras:After all this, I finally got
True
out of:Hope this helps :)