Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support videos from cloud storages (or at least adjust error message) #4460

Open
2 tasks done
ztyree42 opened this issue Mar 14, 2022 · 3 comments
Open
2 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@ztyree42
Copy link

My actions before raising this issue

Expected Behaviour

Can create a task for video annotation on video hosted in Cloud Storage
cloudstorages/{id}/content should fetch video manifest without error

Current Behaviour

cloudstorages/{id}/content returns 500

Possible Solution

engine/views.py:content is calling ImageManifestManager internally which fails of course because the video manifest doesn't have the "correct" _requared_item_attributes". We need to add a block for VideoManifestManager`

Steps to Reproduce (for bugs)

  1. Use create.py to create a manifest.jsonl for a .mp4 file
  2. Upload to s3
  3. Create Cloud Storage
  4. Try to create task w/ above Cloud Storage & Manifest
@Marishka17
Copy link
Contributor

@ztyree42, Hello, Unfortunately, cloud storage video data doesn't supported now but it's in our future plans.

@ninafiona
Copy link

Would be helpful if you adjusted the error message. Also got stuck on this.
Looking forward to this feature!

@bsekachev bsekachev changed the title Create Task Form: cloudstorages/{id}/content endpoint returns 500 for video manifest Support videos from cloud storages Jul 20, 2023
@bsekachev bsekachev changed the title Support videos from cloud storages Support videos from cloud storages (or at least adjust error message) Jul 20, 2023
@erpo92
Copy link

erpo92 commented Nov 24, 2023

is this issue fixed? still gives me troubles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants