File tree Expand file tree Collapse file tree 10 files changed +424
-9
lines changed
Expand file tree Collapse file tree 10 files changed +424
-9
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ export function Landing() {
171171 < Link href = { icon . link } target = { icon . link . startsWith ( 'http' ) ? '_blank' : '_self' } className = "animated-underline-gray mr-3 text-nowrap" >
172172 {
173173 landing . title . startsWith ( 'FreeTacMan' ) && icon . type == 'blog' ? (
174- 'Hareware Guide'
174+ 'Hardware Guide'
175175 ) : (
176176 type_mapping [ icon . type ] ?? "XXX"
177177 )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ export default function Home() {
4545
4646
4747
48- < div className = "w-full px-6 flex justify-center mt-24" >
48+ { /* <div className="w-full px-6 flex justify-center mt-24">
4949 <div className="w-full max-w-7xl">
5050 <Timeline>
5151 <TimelineItem>
@@ -148,7 +148,7 @@ export default function Home() {
148148 </TimelineItem>
149149 </Timeline>
150150 </div>
151- </ div >
151+ </div> */ }
152152
153153
154154
Original file line number Diff line number Diff 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" >
131+ { /* <div className="mb-2">
132132 <span className="text-red-600 font-semibold">arXiv 2025</span>
133- </ div >
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"
@@ -140,6 +140,14 @@ export default function Home() {
140140 >
141141 Paper
142142 </ a >
143+ < a
144+ href = "https://huggingface.co/datasets/OpenDriveLab/FreeTacMan"
145+ 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"
146+ target = "_blank"
147+ rel = "noopener noreferrer"
148+ >
149+ Dataset
150+ </ a >
143151 < a
144152 href = "https://github.com/OpenDriveLab/FreeTacMan"
145153 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"
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ export default function Home() {
9191 width = { 25 }
9292 height = { 10 }
9393 />
94- Code in July
94+ Code coming soon
9595 </ a >
9696 </ div >
9797 </ div >
Original file line number Diff line number Diff line change @@ -267,6 +267,10 @@ export const publications: {
267267 type : "page" ,
268268 link : "/FreeTacMan" ,
269269 } ,
270+ {
271+ type : "dataset" ,
272+ link : "https://huggingface.co/datasets/OpenDriveLab/FreeTacMan" ,
273+ } ,
270274 {
271275 type : "blog" ,
272276 link : "https://docs.google.com/document/d/1Hhi2stn_goXUHdYi7461w10AJbzQDC0fdYaSxMdMVXM/edit?usp=sharing" ,
Original file line number Diff line number Diff line change 457457 < a href ="https://motional.com/ " target ="_blank ">
458458 < img loading ="lazy " src ="/assets/brand/motional.png " class ="h-6 laptop:h-10 "/>
459459 </ a >
460- < a href ="https://www.huawei.com/ " target ="_blank ">
460+ < a href ="https://www.huawei.com/cn/ " target ="_blank ">
461461 < img loading ="lazy " src ="/assets/brand/huawei_2025.png " class ="h-6 laptop:h-10 "/>
462462 </ a >
463463 < a href ="https://www.meituan.com/ " target ="_blank ">
@@ -832,7 +832,7 @@ <h3 class="text-[1d4968]">
832832 < li class ="flex gap-6 laptop:gap-3 ">
833833 < img src ="/assets/icon/bulb.png " class ="size-6 inline-block mr-2 "/>
834834 < span class ="">
835- Innovation Award (Shared) goes to teams < b > bjtu_jia_team&qcraft</ b > (2nd) and < b > NYCU_CSSP917_Lab</ b > (14th).
835+ Innovation Award (Shared) goes to teams < b > bjtu_jia_team&qcraft</ b > (2nd) and < b > NYCU_CSSP917_Lab</ b > (14th). More details are in the < a class =" text-o-blue hover:underline " href =" https://opendrivelab.github.io/challenge2025/E2E_BJTU.pdf " target =" _blank " > technical report </ a > .
836836 </ span >
837837 </ li >
838838 </ ul >
You can’t perform that action at this time.
0 commit comments