You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Use create.py to create a manifest.jsonl for a .mp4 file
Upload to s3
Create Cloud Storage
Try to create task w/ above Cloud Storage & Manifest
The text was updated successfully, but these errors were encountered:
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
changed the title
Support videos from cloud storages
Support videos from cloud storages (or at least adjust error message)
Jul 20, 2023
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 callingImageManifestManager
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)
The text was updated successfully, but these errors were encountered: