Reputation: 51
I am trying to upload videos to prepare a custom model using AutoML Video Classification. I have prepared a CSV file. When I upload the CSV file, I get error : gs://samplevideo.mp4 cannot be parsed as CSV.
Can anyone help here?
Upvotes: 0
Views: 150
Reputation: 1060
"gs://samplevideo.mp4" is not a valid object in GCS. You are missing your bucket name. It should be something like "gs://yourbucket/samplevideo.mp4"
Upvotes: 1