Skip to content

Commit 3e5701d

Browse files
authored
Merge pull request #1 from Blang233/add-cosec-challenges
Add CoSEC challenge cards
2 parents b3d373a + 15c8500 commit 3e5701d

3 files changed

Lines changed: 27 additions & 11 deletions

File tree

assets/images/Depth-logo.png

223 KB
Loading
227 KB
Loading

index.html

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -223,22 +223,38 @@ <h3>Low-Level Imaging Challenge: Event-Guided Brightness Adjustment with SEE 600
223223

224224
<article class="card challenge-card">
225225
<div class="challenge-media">
226-
<img src="assets/images/challenge-perception.svg"
227-
alt="Mid-level perception challenge placeholder visual" />
226+
<img src="assets/images/Depth-logo.png" alt="CoSEC Depth Challenge 2026 visual" />
228227
</div>
229228
<div class="challenge-content">
230-
<h3>Mid-Level Perception Challenge</h3>
229+
<h3>Mid-Level Perception Challenge: Event-Guided Monocular Depth Estimation with CoSEC</h3>
231230
<p>
232-
Benchmark multimodal event-based methods for detection, segmentation, and tracking
233-
in dynamic or low-light scenes.
231+
A benchmark challenge for event-guided monocular depth estimation in real-world scenes. Participants use RGB frames and event streams to predict accurate depth maps.
234232
</p>
235-
<p class="dataset">Dataset: EBMV-Percept (placeholder)</p>
233+
<p class="dataset">Dataset: CoSEC</p>
236234
<p class="links">
237-
<a href="#">Competition Page</a>
238-
<a href="#">Dataset Link</a>
239-
<a href="#">Baseline Code</a>
240-
<a href="#">Evaluation Server</a>
241-
<a href="#">Leaderboard</a>
235+
<a href="https://www.codabench.org/competitions/16218/#/pages-tab">Competition Page</a>
236+
<a href="https://cosec.org.cn/">Dataset Link</a>
237+
<a href="https://www.codabench.org/competitions/16218/#/participate-tab">Evaluation Server</a>
238+
<a href="https://www.codabench.org/competitions/16218/#/results-tab">Leaderboard</a>
239+
</p>
240+
</div>
241+
</article>
242+
243+
<article class="card challenge-card">
244+
<div class="challenge-media">
245+
<img src="assets/images/Segmentation-logo.png" alt="CoSEC Segmentation Challenge 2026 visual" />
246+
</div>
247+
<div class="challenge-content">
248+
<h3>Mid-Level Perception Challenge: Event-Guided Semantic Segmentation with CoSEC</h3>
249+
<p>
250+
A benchmark challenge for event-guided semantic segmentation in real-world scenes. Participants use RGB frames and event streams to predict pixel-level semantic labels.
251+
</p>
252+
<p class="dataset">Dataset: CoSEC</p>
253+
<p class="links">
254+
<a href="https://www.codabench.org/competitions/16261/#/pages-tab">Competition Page</a>
255+
<a href="https://cosec.org.cn/">Dataset Link</a>
256+
<a href="https://www.codabench.org/competitions/16261/#/participate-tab">Evaluation Server</a>
257+
<a href="https://www.codabench.org/competitions/16261/#/results-tab">Leaderboard</a>
242258
</p>
243259
</div>
244260
</article>

0 commit comments

Comments
 (0)