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

Cannot scroll on image cleaner #3999

Open
MilesTidmarsh opened this issue Jan 1, 2024 · 1 comment
Open

Cannot scroll on image cleaner #3999

MilesTidmarsh opened this issue Jan 1, 2024 · 1 comment

Comments

@MilesTidmarsh
Copy link

MilesTidmarsh commented Jan 1, 2024

This has affected people on the forums too
https://forums.fast.ai/t/lesson-2-imageclassifiercleaner-scrollbar-display-is-incomplete/108914

almost definitely related to this issue of people running locally
https://forums.fast.ai/t/imageclassifiercleaner-showing-a-single-image-with-long-scroll-bar/107318

Please confirm you have the latest versions of fastai, fastcore, and nbdev prior to reporting a bug (delete one): YES

Describe the bug
Image Cleaner will not scroll to the end of the images (it will barely scroll at all), because the scrollbar is so massive. I must zoom out a lot within my browser in order to see all the images

To Reproduce
ImageClassifierCleaner(learn)

Expected behavior
The scroll bar should allow one to scroll to the right

Error with full stack trace

I assume what is causing this is this line of code within vision widgets, maybe the hidden word is the problem?

def carousel(children=(), layout):
"A horizontally scrolling carousel"
def_layout = dict(*_*overflow='scroll hidden'
_, flex_flow='row', display='flex')
res = Box([], layout=merge(def_layout, layout))
res.observe(_update_children, names='children')
res.children = children
return res

@MilesTidmarsh
Copy link
Author

Kaggle pic

image

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