Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
okiane authored Feb 24, 2024
1 parent 560f859 commit d3c883f
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h8>06 Feb 2024: <i class="fa fa-trophy" aria-hidden="true"></i> Registration for MMVRAC Challenge opens and Challenge starts</h8>
</a>
<a href="https://forms.office.com/r/DAULcDhhYY" class="w3-bar-item w3-button w3-pink">
<h8>25 Mar 2024: <i class="fa fa-upload" aria-hidden="true"></i> MMVRAC Challenge ends</h8>
<h8>25 Mar 2024: <i class="fa fa-upload" aria-hidden="true"></i> MMVRAC Challenge ends and submit your codes here</h8>
</a>
</div>
</div>
Expand Down Expand Up @@ -62,7 +62,7 @@ <h5 class="w3-center"><b>2024 MMVRAC Winners</b></h5>
<button onclick="accordion('Number_of_Teams')" class="w3-button w3-block w3-theme-l1 w3-center"><i class="fa fa-users fa-fw w3-margin-right"></i><b># Participating Teams <br> up till now</b></button>
<div id="Number_of_Teams" class="w3-show w3-container">
<p> <b>6</b> teams for <br><b> Track #1: Spatiotemporal Action Localization (Chaotic World dataset) </b>
<p> <b>4</b> teams for <br><b> Track #2: Scene Graph Generation (Chaotic World dataset) </b>
<p> <b>4</b> teams for <br><b> Track #2: Behavioral Graph Analysis (Scene Graph Generation) (Chaotic World dataset) </b>
<p> <b>6</b> teams for <br><b> Track #3: Spatiotemporal Event Grounding (Chaotic World dataset) </b>
<p> <b>6</b> teams for <br><b> Track #4: Sound Source Localization (Chaotic World dataset) </b>
<p> <b>7</b> teams for <br><b> Track #5: Video Grounding (Animal Kingdom dataset) </b>
Expand Down Expand Up @@ -236,25 +236,27 @@ <h4><b>Submission Guidelines</b></h4>
<li>The codes need to be <strong><u>open-source</u></strong> and the same results can be <strong><u>reproduced</u></strong> by others. Hence, the submission should include:</li>
</ul>
</li>
<li>list of Python libraries / dependencies for the codes</li>
<li>pre-training / training data (if different from what we provided) and pre-processing or pre-training codes</li>
<li>training and inference codes</li>
<li>trained model</li>
<li>
documentation / instruction / other relevant information to ensure the seamless execution of the codes (e.g., easy means to read in test data directly by simply replacing the test data directory <em>DIR_DATA_TEST</em>)
<ul>
<ul>
<li>list of Python libraries / dependencies for the codes</li>
<li>pre-training / training data (if different from what we provided) and pre-processing or pre-training codes</li>
<li>training and inference codes</li>
<li>trained model</li>
<li>documentation / instruction / other relevant information to ensure the seamless execution of the codes (e.g., easy means to read in test data directly by simply replacing the test data directory <em>DIR_DATA_TEST</em>)
</ul>
<ul>
<li>Participants can upload their project (codes and models) to GitHub, Google Drive or any other online storage providers.</li>
</ul>
</li>
</ul>
<ul></ul>
<a href="https://forms.office.com/r/DAULcDhhYY"><button class="w3-button w3-block w3-pink w3-round-xxlarge"><i class="fa fa-trophy" aria-hidden="true"></i> <b>Submit your codes for Challenge here</b></button></a></p>
</div>
</div>
<div class="w3-white">
<button onclick="accordion('Paper')" class="w3-button w3-block w3-theme-l1 w3-center"><i class="fa fa-paperclip w3-margin-right" aria-hidden="true"></i><b>Paper Submission</b></button>
<div id="Paper" class="w3-show w3-container">
<p><strong>Paper Submission</strong></p>
<ul>
<li>We will contact the top teams of each track to submit the paper.</li>
<li>The paper submission will follow the ICME 2024 guidelines (<a href="https://2024.ieeeicme.org/author-information-and-submission-instructions">https://2024.ieeeicme.org/author-information-and-submission-instructions</a>)</li>
<li>Length: Papers must be no longer than 6 pages, including all text, figures, and references. Submissions may be accompanied by up to 20 MB of supplemental material following the same guidelines as regular and special session papers.</li>
<li>Format: Workshop papers have the same format as regular papers.</li>
Expand All @@ -273,7 +275,7 @@ <h4><b>Submission Guidelines</b></h4>
<div id="Timeline" class="w3-show w3-container">

<p class="w3-block w3-round w3-padding-small w3-teal"><b>06 February 2024</b><br><i class="fa fa-trophy" aria-hidden="true"></i> <b><a href="https://forms.office.com/r/uX4V7XDMD8">Registration opens and Challenge starts</a> </b></p>
<p class="w3-block w3-round w3-padding-small w3-pink"><b>25 March 2024<br>UTC 23:59:00</b><br><i class="fa fa-upload" aria-hidden="true"></i> <b><a href="https://forms.office.com/r/DAULcDhhYY">Deadline for Challenge submission </a> </b></p>
<p class="w3-block w3-round w3-padding-small w3-pink"><b>25 March 2024<br>UTC 23:59:00</b><br><i class="fa fa-upload" aria-hidden="true"></i> <b><a href="https://forms.office.com/r/DAULcDhhYY">Deadline for Challenge submission and submit your codes here</a> </b></p>
<p class="w3-block w3-round w3-padding-small w3-white"><b>06 April 2024<br>UTC 23:59:00</b><br><i class="fa fa-upload" aria-hidden="true"></i> Deadline for submitting invited papers</p>
<p class="w3-block w3-round w3-padding-small w3-white"><b>11 April 2024<br>UTC 23:59:00</b><br><i class="fa fa-envelope" aria-hidden="true"></i> Notification of paper acceptance</p>
<p class="w3-block w3-round w3-padding-small w3-white"><b>01 May 2024</b><br><i class="fa fa-upload" aria-hidden="true"></i> Deadline for camera-ready submission of accepted paper</p>
Expand Down

0 comments on commit d3c883f

Please sign in to comment.