We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vesicles
vesicles_2d
vesicles_cryo
import tqdm
try: from napari.utils import progress as tqdm except ImportError: from tqdm import tqdm
The text was updated successfully, but these errors were encountered:
to use the napari progress bar we need to adapt https://github.com/constantinpape/torch-em/blob/4f7b180af8177da9f1c1c5b09b282f7c270a1249/torch_em/util/prediction.py#L7 in torch-em
Sorry, something went wrong.
Can you make a PR in torch_em for this?
torch_em
lufre1
Successfully merging a pull request may close this issue.
vesicles
,vesicles_2d
,vesicles_cryo
import tqdm
withThe text was updated successfully, but these errors were encountered: