Skip to content

Commit 22f248c

Browse files
committed
freetacman
1 parent 6a31a83 commit 22f248c

File tree

1 file changed

+11
-3
lines changed
  • app/(default)/(project)/FreeTacMan

1 file changed

+11
-3
lines changed

app/(default)/(project)/FreeTacMan/page.tsx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ export default function Home() {
128128
<img src="https://opendrivelab.github.io/FreeTacMan/logo/NJU.png" alt="NJU" className="h-8 md:h-12 object-contain" />
129129
</div> */}
130130
</div>
131-
{/* <div className="mb-2">
132-
<span className="text-red-600 font-semibold">arXiv 2025</span>
133-
</div> */}
131+
{ <div className="mb-2">
132+
<span className="text-red-600 font-semibold">ICRA 2026</span>
133+
</div> }
134134
<div className="mt-4 flex flex-row justify-center gap-2 md:gap-4">
135135
<a
136136
href="http://arxiv.org/abs/2506.01941"
@@ -148,6 +148,14 @@ export default function Home() {
148148
>
149149
Dataset
150150
</a>
151+
<a
152+
href="https://www.modelscope.cn/datasets/OpenDriveLab/FreeTacMan"
153+
className="px-3 py-1 md:px-4 md:py-2 bg-white text-[#174BE5] rounded-lg shadow-md hover:shadow-lg transition-all duration-200 border border-gray-200 text-xs sm:text-sm md:text-base"
154+
target="_blank"
155+
rel="noopener noreferrer"
156+
>
157+
ModelScope
158+
</a>
151159
<a
152160
href="https://github.com/OpenDriveLab/FreeTacMan"
153161
className="px-3 py-1 md:px-4 md:py-2 bg-white text-[#174BE5] rounded-lg shadow-md hover:shadow-lg transition-all duration-200 border border-gray-200 text-xs sm:text-sm md:text-base"

0 commit comments

Comments
 (0)