From 3edd080754389a5536d2c1f277ba91180fe6d785 Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Mon, 19 Aug 2024 12:31:39 +0800 Subject: [PATCH] Update --- web/src/components/PageDownload.js | 37 ++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 9 deletions(-) diff --git a/web/src/components/PageDownload.js b/web/src/components/PageDownload.js index 96f3d00..eb959a4 100644 --- a/web/src/components/PageDownload.js +++ b/web/src/components/PageDownload.js @@ -1,21 +1,40 @@ -import RequestForm from './RequestForm' - const PageDownload = () => { + + const downloadLink = "https://drive.google.com/drive/folders/1QeYXeM_pbWBSSmpRr_rKHurMpI2TxAKs?usp=sharing" + return (
-
+

UAV-Human Dataset

+ GitHub Repo
-
-

- To download the UAV-Human dataset, you need to complete the form below and agree to our terms & conditions. +

+
+ +
Terms & Conditions
+ +
+

+ The Singapore University of Technology and Design (SUTD) provides access + to the UAV-Human 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.

+ +
)