Skip to content

Commit 63d1ad9

Browse files
committed
.
1 parent 88d60d9 commit 63d1ad9

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

data/publications.tsx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,24 @@ export const publications: {
6161
description: string;
6262
keys: string[];
6363
}[] = [
64+
{
65+
title: "Detect Anything 3D in the Wild",
66+
link: "https://arxiv.org/abs/2504.07958",
67+
image: "/assets/publication/detany3d.jpg",
68+
author: "Hanxue Zhang, Haoran Jiang, Qingsong Yao, Yanan Sun, Renrui Zhang, Hao Zhao, Hongyang Li, Hongzi Zhu, Zetong Yang",
69+
note: "ICCV 2025",
70+
noteoption: '',
71+
star: "https://img.shields.io/github/stars/OpenDriveLab/DetAny3D?style=social",
72+
starlink: "https://github.com/OpenDriveLab/DetAny3D",
73+
icon: [
74+
{
75+
type: "github",
76+
link: "https://github.com/OpenDriveLab/DetAny3D",
77+
},
78+
],
79+
description: "",
80+
keys: ['cv_at_scale'],
81+
},
6482
{
6583
title: "Reinforced Refinement with Self-Aware Expansion for End-to-End Autonomous Driving",
6684
link: "https://arxiv.org/abs/2506.09800",
21.1 KB
Loading

0 commit comments

Comments
 (0)