Skip to content
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

Issue running the Collab as is #3

Open
JBoixCampos opened this issue Apr 12, 2023 · 0 comments
Open

Issue running the Collab as is #3

JBoixCampos opened this issue Apr 12, 2023 · 0 comments

Comments

@JBoixCampos
Copy link

JBoixCampos commented Apr 12, 2023

When running all the cells with the sample data, an error is found when running the " Example of using ERnet Transformer on single images" cell, regarding module 'tqdm' not having a 'notebook' attribute.

The error code is:

AttributeError Traceback (most recent call last)
in <cell line: 8>()
6 graph_metrics = True
7 save_in_original_folders = True
----> 8 outpaths = segment(exportdir,filepaths,weka_colours,stats_tubule_sheet,graph_metrics,save_in_original_folders,model)

1 frames
in segment(exportdir, filepaths, weka_colours, stats_tubule_sheet, graph_metrics, save_in_original_folders, save_input)
629 print(vars(opt))
630
--> 631 return EvaluateModel(opt)
632

in EvaluateModel(opt)
329
330 # primary loop
--> 331 for imgidx, imgfile in enumerate(tqdm.notebook.tqdm(imgs)):
332 basepath, ext = os.path.splitext(imgfile)
333

AttributeError: module 'tqdm' has no attribute 'notebook'

Thanks in advance :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant