diff --git a/README.md b/README.md index 0d23059..e35f784 100755 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ This is the offical Github repository of Panda-70M.
*Computer Vision and Pattern Recognition (CVPR) 2024* - [![arXiv](https://img.shields.io/badge/arXiv-2402.19479-b31b1b.svg)](https://arxiv.org/abs/2402.19479) [![Project Page](https://img.shields.io/badge/Project-Website-green)](https://snap-research.github.io/Panda-70M) +[![YouTube](https://badges.aleen42.com/src/youtube.svg)](https://youtu.be/m2NQ5k1oTcs) ## Introduction Panda-70M is a large-scale dataset with 70M high-quality video-caption pairs. @@ -86,7 +86,7 @@ More details can be found in [Dataset Dataloading](./dataset_dataloading) sectio -**We will remove the video samples from our dataset / Github / project webpage as long as you need it. Please contact tsaishienchen at gmail dot com for the request. +**We will remove the video samples from our dataset / Github / project webpage / technical presentation as long as you need it. Please contact tsaishienchen at gmail dot com for the request. Please check [here](https://snap-research.github.io/Panda-70M/more_samples) for more samples. diff --git a/captioning/README.md b/captioning/README.md index 35087a4..4a6b8b7 100755 --- a/captioning/README.md +++ b/captioning/README.md @@ -61,7 +61,7 @@ Please look at the video and faithfully summarize it in one sentence. -**We will remove the video samples from our dataset / Github / project webpage as long as you need it. Please contact tsaishienchen at gmail dot com for the request. +**We will remove the video samples from our dataset / Github / project webpage / technical presentation as long as you need it. Please contact tsaishienchen at gmail dot com for the request. - **[Note]** You might get different outputs due to the randomness of LLM's generation. diff --git a/docs/html_pages/resources/stylesheet.css b/docs/html_pages/resources/stylesheet.css index fb0ad70..ebc9881 100755 --- a/docs/html_pages/resources/stylesheet.css +++ b/docs/html_pages/resources/stylesheet.css @@ -186,4 +186,19 @@ div.scroll-container { .table-container { width: 100%; } +} + +.youtube-container { + position: relative; + width: 100%; + padding-bottom: 56.25%; /* 16:9 aspect ratio */ + height: 0; + overflow: hidden; +} +.youtube-container iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 873b8d0..749a019 100755 --- a/docs/index.html +++ b/docs/index.html @@ -27,6 +27,7 @@