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!
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=Trueto theVideoCsvPipelineconstructor 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!