tbepler / topaz

Pipeline for particle picking in cryo-electron microscopy images using convolutional neural networks trained from positive and unlabeled examples. Also featuring micrograph and tomogram denoising with DNNs.
GNU General Public License v3.0
170 stars 62 forks source link

from topaz.utils.data.loader import load_image ModuleNotFoundError: No module named 'topaz.utils'; 'topaz' is not a package #168

Closed Casion151 closed 3 months ago

Casion151 commented 1 year ago

I follow the Quick start guide and get the predicted_particles_all.txt However, when I try to visualize the result and import libraries as the guide, here came the bug. It seems that I couldn't call topaz and load the image through load_image. How can I solve it? If I can't use the load_image function, is there any other function I can use so as to replace it?

tbepler commented 1 year ago

Thus sounds like an installation or environment error. Did you activate your topaz conda environment before running python or for your jupyter notebook or however you're using the library?

On Sun, 4 Jun 2023, 00:44 Casion151, @.***> wrote:

I follow the Quick start guide and get the predicted_particles_all.txt However, when I try to visualize the result and import libraries as the guide, here came the bug. It seems that I couldn't call topaz and load the image through load_image. How can I solve it? If I can't use the load_image function, is there any other function I can use so as to replace it?

— Reply to this email directly, view it on GitHub https://github.com/tbepler/topaz/issues/168, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABIUKLTQDGUU53JJRRGN6ELXJNLVXANCNFSM6AAAAAAYZLPZNE . You are receiving this because you are subscribed to this thread.Message ID: @.***>