Skip to content

AttributeError: 'Node' object has no attribute 'output_masks' #29

@duhaime

Description

@duhaime

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions