diff --git a/web/src/components/Footer.js b/web/src/components/Footer.js index 4178a1e..bcf6224 100644 --- a/web/src/components/Footer.js +++ b/web/src/components/Footer.js @@ -6,7 +6,7 @@ const Footer = () => {

-

SUTD Computer Vision & Learning Group (VLG) © 2023. All rights reserved.

+

SUTD Computer Vision & Learning Group (VLG) © 2021-2024. All rights reserved.

) diff --git a/web/src/components/PageDownload.js b/web/src/components/PageDownload.js index e748321..dbf7c83 100644 --- a/web/src/components/PageDownload.js +++ b/web/src/components/PageDownload.js @@ -1,4 +1,3 @@ -import RequestForm from './RequestForm' const PageDownload = () => { @@ -6,24 +5,37 @@ const PageDownload = () => {
-

Dataset Download Request Form

+

Dataset Download

-
-

- To download the dataset (inc. Annotations, Video Features, and Raw Videos), you need to fill in the form below. +

+
+ +
Terms & Conditions
+ +
+

+ The Singapore University of Technology and Design (SUTD) provides access + to the SUTD-TrafficQA Dataset (referred to as "the Dataset" below) + under the following conditions: +

+
    +
  • The Dataset should only be used for non-commercial scientific research purposes. Any other use is strictly prohibited.
  • +
  • Showing videos and images from the Dataset are only allowed in academic publications or presentations.
  • +
  • The Dataset must not be shared or redistributed in part or full with any third-party individual or organization.
  • +
  • The Dataset must not be altered to produce a new dataset without written consent from the authors.
  • +

+ +

By downloading the dataset, you agree to the terms and conditions above.

+ +
+ Google Drive Link + MS OneDrive Link +
-
- {/*

-

News: We are currently hosting a Multi-Modal Video Reasoning and Analyzing Competition at ICCV 2021 from 20 May 2021 to 5 July 2021, - the dataset access link will only be sent after the competition. To get early access to the dataset, you are encouraged to participate the aforementioned competition!

-

Note: If you have gained access to the dataset from us previously, you are not eligible to participate in the competition.

-

Note: If you have registered for the competition, you DO NOT need to request the dataset here again.

-

*/} - - -
+ +
) } diff --git a/web/src/components/SectionTeam.js b/web/src/components/SectionTeam.js index 0cd4853..a53f0da 100644 --- a/web/src/components/SectionTeam.js +++ b/web/src/components/SectionTeam.js @@ -4,16 +4,16 @@ import PersonProfileSimple from "./PersonProfileSimple" const SectionTeam = () => { return (
- + - + - + - +
) }