I've successfully uploaded Images and wanted to see how Clarifai behaves with Videos. According to the DOC/Github, we only have to point to a movie file and change the parameter is_video=True
model.predict_by_filename("/Users/xxx/Desktop/h264.mov", is_video=True)
Doing this it kinda tries to upload (network traffic shows up), but then i am getting the following error:
clarifai.rest.client.ApiError: POST models/aaa03c23b3724a16a56b629203edc62c/versions/aa9ca48295b37401f8af92ad1af0d91d/outputs FAILED. code: 400, reason: Bad Request, error_code: 10020, error_description: Failure, error_details: None