Describe your question/issue here! (delete this when you post)
- Project Type: Object Detection
- Operating System & Browser: MacOS / Chrome
- Project Universe Link or Workspace/Project ID: N/A
I’m having some trouble running a video processing workflow. When I try to run a python file that uses client.run_workflow on an mp4 file on my computer, it gives me the above error. I’m confused because the error is seemingly telling me that I gave it a NumpPy image when I actually gave it an mp4 video. My workflow is configured to handle video files, but this doesn’t seem to have to do with any of the blocks themselves, anyway. Is it because client.run_workflow can’t pass a video to my workflow, so it instead gives it a single NumpPy image?