Hello,
I have been using uiPSF method developed by Jonas Ries lab and at some point they said to use FD-DeepLoc to do the training for localization analysis using their h5 file output.
In their case, they use specific librairies (such as omegaconf) and an io folder containing function to read h5 files. In your case (I'm refering to demo5_train notebook), you are calling the same io folder from local_utils but it is missing, as well as the omegaconf dependency.
I don't know if I need to "merge" both environment dependencies or code parts from FD-DeepLoc and uiPSF? Or create a new environment with updated librairies?
Thank you for your help,
AN
Hello,
I have been using uiPSF method developed by Jonas Ries lab and at some point they said to use FD-DeepLoc to do the training for localization analysis using their h5 file output.
In their case, they use specific librairies (such as omegaconf) and an io folder containing function to read h5 files. In your case (I'm refering to demo5_train notebook), you are calling the same io folder from local_utils but it is missing, as well as the omegaconf dependency.
I don't know if I need to "merge" both environment dependencies or code parts from FD-DeepLoc and uiPSF? Or create a new environment with updated librairies?
Thank you for your help,
AN