You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running the included sample Colab notebook I hit a AttributeError: 'Node' object has no attribute 'output_masks' while attempting to initialize the VideoCsvPipeline!
To Reproduce
from dvt.pipeline.csv import VideoCsvPipeline
from os.path import join
import pandas as pd
from IPython.display import Image
VideoCsvPipeline(finput="video-clip.mp4", dirout="dvt-output-csv").run()
(As a sidenote, the notebook passes include_images=True to the VideoCsvPipeline constructor but it seems that kwarg has been removed?)
Expected behavior
I'm not sure what should happen yet! I'm just kicking the tires and seeing what follows :)
Screenshots
NA
Desktop (please complete the following information):
OS: MacOS 11.2.1
Browser recent Chrome
Version dvt==0.3.3
Smartphone (please complete the following information):
NA
Additional context
I'm happy to look into this if that's helpful!
The text was updated successfully, but these errors were encountered:
Hi Doug! Hello! You caught us in the middle of working on a major re-write of the API finished and just pushed a new version to GitHub and PyPI (0.4.0). It has the same core functionality at the older version, but is a lot leaner and should be easier to install. Perhaps you all could take a look at the Demo through the Colab link on the main page? Would love to hear your thoughts!
I'll give the new release a go and will follow up! @cderose and I are teaching a workshop on video processing in a few weeks and we were hoping to show our students this package during the session (they're reading your article as well!), so these updates are perfectly timed :)
Describe the bug
When running the included sample Colab notebook I hit a
AttributeError: 'Node' object has no attribute 'output_masks'
while attempting to initialize theVideoCsvPipeline
!To Reproduce
(As a sidenote, the notebook passes
include_images=True
to theVideoCsvPipeline
constructor but it seems that kwarg has been removed?)Expected behavior
I'm not sure what should happen yet! I'm just kicking the tires and seeing what follows :)
Screenshots
NA
Desktop (please complete the following information):
Smartphone (please complete the following information):
NA
Additional context
I'm happy to look into this if that's helpful!
The text was updated successfully, but these errors were encountered: