diff --git a/dataset_dataloading/README.md b/dataset_dataloading/README.md index 93217a1..61398e3 100755 --- a/dataset_dataloading/README.md +++ b/dataset_dataloading/README.md @@ -1,7 +1,7 @@ # 🐼 Panda-70M: Dataset Dataloading The section includes the csv files listing the data samples in Panda-70M and the code to download the videos. -**[Note] Please use the video2dataset in this repo to download the dataset! The original video2dataset cannot work on our csv files.** +**[Note] Please use the video2dataset tool from this repository to download the dataset. If you have already installed video2dataset from [the official repository](https://github.com/iejMac/video2dataset), please uninstall it first, as it cannot work with our csv format.** ## Data Splitting and Download Link | Split | Download | # Source Videos | # Samples | Video Duration | Storage Space| diff --git a/docs/html_pages/resources/stylesheet.css b/docs/html_pages/resources/stylesheet.css index 945cfa9..6789a05 100755 --- a/docs/html_pages/resources/stylesheet.css +++ b/docs/html_pages/resources/stylesheet.css @@ -173,4 +173,17 @@ div.scroll-container { .image-item img { width: 100%; height: auto; +} + +.table-container { + width: 80%; + table-layout: fixed; + margin-left: auto; + margin-right: auto; +} + +@media (max-width: 1000px) { + .table-container { + width: 100%; + } } \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 2c6026e..2daf527 100755 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/docs/more_samples.html b/docs/more_samples.html index 529541b..ec86b39 100755 --- a/docs/more_samples.html +++ b/docs/more_samples.html @@ -2,7 +2,7 @@ - + @@ -22,7 +22,7 @@