From 7d57bc778d637b1b424f76557294df8599b3950d Mon Sep 17 00:00:00 2001 From: Mark Huang Date: Thu, 17 Jun 2021 22:28:34 +0800 Subject: [PATCH] Update --- web/public/index.html | 14 ++++++++ web/src/components/Navbar.js | 8 +++-- web/src/components/PageHome.js | 2 +- web/src/components/PageLeaderboard.js | 37 ++++++++++++++++++++- web/src/components/SectionDatasetDetails.js | 9 +---- 5 files changed, 57 insertions(+), 13 deletions(-) diff --git a/web/public/index.html b/web/public/index.html index 6f42f53..ddf542d 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -19,6 +19,20 @@ SUTD-TrafficQA + + + diff --git a/web/src/components/Navbar.js b/web/src/components/Navbar.js index f976f15..884dd3b 100644 --- a/web/src/components/Navbar.js +++ b/web/src/components/Navbar.js @@ -25,7 +25,8 @@ const Navbar = () => { } const [activePage, setActivePage] = useState({ - "Home": true, + // "Home": true, + "Home": false, "Explore": false, "Download": false, "Leaderboard": false, @@ -34,7 +35,8 @@ const Navbar = () => { const handleNavOnClick = (e) => { // console.log(e.target.name) - setActivePage({...allFalseState, [e.target.name]:true}) + // setActivePage({...allFalseState, [e.target.name]:true}) + setActivePage({...allFalseState, [e.target.name]:false}) } return ( @@ -59,7 +61,7 @@ const Navbar = () => { Download
  • - Leaderboard + Leaderboard
  • About diff --git a/web/src/components/PageHome.js b/web/src/components/PageHome.js index 408cd50..7f574f3 100644 --- a/web/src/components/PageHome.js +++ b/web/src/components/PageHome.js @@ -42,7 +42,7 @@ const PageHome = () => {

    Example

    - + exampleImg
    diff --git a/web/src/components/PageLeaderboard.js b/web/src/components/PageLeaderboard.js index 87d6452..e21fe72 100644 --- a/web/src/components/PageLeaderboard.js +++ b/web/src/components/PageLeaderboard.js @@ -9,7 +9,42 @@ const PageLeaderboard = () => {
    -
    Coming soon
    +
    + Note: + If you want your work to be shown here, please send us your test set predictions via email, we will compute the testing set accuracy and update the leaderboard. +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    AuthorsPaperAccuracy
    AnonymousExperts Collaboration Learning for Continual VideoQA40.12
    Xu et al.TrafficQA: A Question Answering Benchmark and an Efficient Network for Video Reasoning over Traffic Events (CVPR 2021)37.05
    Le et al.Hierarchical Conditional Relation Networks for Video Question Answering (CVPR 2020)36.49
    Fan et al.Heterogeneous Memory Enhanced Multimodal Attention Model for Video Question Answering (CVPR 2019)34.12
    ) diff --git a/web/src/components/SectionDatasetDetails.js b/web/src/components/SectionDatasetDetails.js index 4798ec3..7636309 100644 --- a/web/src/components/SectionDatasetDetails.js +++ b/web/src/components/SectionDatasetDetails.js @@ -1,16 +1,9 @@ -import exampleImg from "../imgs/featured.png" import DownloadButton from "./DownloadButton" const SectionDatasetDetails = () => { return (
    - {/*
    -

    Example

    -
    - exampleImg -
    -
    */}

    Annotations (Text QAs)

    @@ -178,7 +171,7 @@ const SectionDatasetDetails = () => {

    Download Dataset

    - +