HumanSignal / HumanSignal/label-studio
Twitter images and videos
- Dominant language
- TypeScript
- Stars
- 28.3k
- Forks
- 3.7k
- Avg merge
- 14h
- Merged PRs (30d)
- 15
Description
**Describe the bug**
template of the videos and images at the same time. The images are a list of urls images and the video url as a string. When i delete the images I can see properly the videos and the text, but when I put the images I only can see images and text.
**To Reproduce**
**Expected behavior**
I expect
text
image
video
** Imported data**
Example images
{
"id": 192653,
"data": {
"Text": "@OMoncadaBHond Este individuo, encapuchado de rigor, o sea, sin rostro, es un obsesionado anti-Zede - @Prosperahn, Ciudad Morazán y Orquídea -. Son los derivados de @ProgIntl, acusados de intento de golpe de Estado contra @jmilei. Son los que promueven la migración y la trata en América Latina https://t.co/if5ehaPJf0",
"urls_imagenes": [
"https://pbs.twimg.com/media/GQCzahNWAAA0XcV.jpg"
],
"urls_videos": ""
},
"annotations": [],
"predictions": []
}
Example videos
{
"id": 192654,
"data": {
"Text": "El próximo 20 de Junio, #DíaMundialDeLasPersonasRefugiadas, es un día de lucha contra el Pacto Europeo de Migración y Asilo (PEMA).\r\n\r\nTe esperamos para seguir gritando frente a la #EuropaFortaleza:\r\n* 📢 17,30h: concetración (plaza Museo Reina Sofía).\r\n* 🗣️ 19h: debate (Museo). https://t.co/c6Ve8TrywM",
"urls_imagenes": [],
"urls_videos": "https://video.twimg.com/ext_tw_video/1801637054532452352/pu/vid/avc1/480x880/WS7OeQVmmQf-Ced2.mp4?tag=12"
},
"annotations": [],
"predictions": []
}
Contributor guide
Assessment
This issue has not been assessed yet.