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 on page /edge_detector.html #25

Open
AlexBoro opened this issue Dec 15, 2024 · 0 comments
Open

Issue on page /edge_detector.html #25

AlexBoro opened this issue Dec 15, 2024 · 0 comments

Comments

@AlexBoro
Copy link

In Colab and Binder, in section 1.1, running this cell:

for e in f.parts(4):
print(e)
break

Gives this error:

AttributeError Traceback (most recent call last)
Cell In[6], line 1
----> 1 for e in f.parts(4):
2 print(e)
3 break

AttributeError: 'FileInput' object has no attribute 'parts'

In section 1.1, running this cell:

frames = f.frames(1000)

Gives this error:

AttributeError Traceback (most recent call last)
Cell In[7], line 1
----> 1 frames = f.frames(1000)

AttributeError: 'FileInput' object has no attribute 'frames'

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