Skip to content

Commit e1fd329

Browse files
committed
update
1 parent a402e1e commit e1fd329

25 files changed

+277
-260
lines changed

app/(navbar)/question/page.mdx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ The **SurveyWithCode Leaderboard** is a living benchmark platform designed to ev
44

55
The initial phase of the leaderboard will include results from previously published models adapted to the BEAT-2 dataset. Later, the platform will open for public submissions from the research community.
66

7-
---
8-
97
## Our Goals
108

119
- Establish a **continuously updated benchmark** of state-of-the-art gesture generation models, based on **human evaluation** using widely adopted datasets.
@@ -14,8 +12,6 @@ The initial phase of the leaderboard will include results from previously publis
1412
- **Unify research communities** across computer vision, machine learning, NLP, HCI, robotics, and animation.
1513
- Evolve dynamically with new datasets, metrics, and evaluation methodologies.
1614

17-
---
18-
1915
## Outcomes
2016

2117
Once operational, **SurveyWithCode Leaderboard** will allow you to:
@@ -25,13 +21,11 @@ Once operational, **SurveyWithCode Leaderboard** will allow you to:
2521
- **Visualize** your synthetic motion and conduct **your own user studies** using our open-source tools.
2622
- Access reproducible results and insights to **accelerate research iterations**.
2723

28-
---
2924

3025
## Setup & Timeline
3126

3227
We are currently inviting authors of gesture generation models to participate in an initial evaluation round. After this, the leaderboard will open to public submissions in **March 2025**, with continuous updates and support for new benchmarks and methods.
3328

34-
---
3529

3630
## Dataset: BEAT-2 (SMPL-X Format)
3731

@@ -44,7 +38,6 @@ We benchmark models on the English test split of the [BEAT-2 dataset](https://pa
4438
3. Compatible with SMPL-X and standard pose estimation pipelines.
4539
4. Extensible for future evaluation tasks (e.g., facial expression).
4640

47-
---
4841

4942
## Submission Process
5043

@@ -73,7 +66,6 @@ We benchmark models on the English test split of the [BEAT-2 dataset](https://pa
7366
4. **Submit & report**
7467
Upload motion outputs and a brief technical report describing training, architecture, and configuration.
7568

76-
---
7769

7870
## Post-Submission Process
7971

@@ -95,7 +87,6 @@ We benchmark models on the English test split of the [BEAT-2 dataset](https://pa
9587
6. **Community Reports**
9688
Periodically, we co-author state-of-the-art survey papers summarizing leaderboard findings.
9789

98-
---
9990

10091
## Evaluation Methodology
10192

@@ -116,7 +107,6 @@ Later tasks may include:
116107
- Emotional alignment
117108
- Semantic grounding of gestures
118109

119-
---
120110

121111
## Tooling
122112

@@ -136,7 +126,6 @@ The leaderboard will include:
136126
- Diversity metrics
137127
...and more, using both classic and newly derived evaluation protocols.
138128

139-
---
140129

141130
## Frequently Asked Questions
142131

@@ -158,7 +147,6 @@ We currently have academic funding for running the leaderboard for a period of t
158147

159148
</details>
160149

161-
---
162150

163151
## Contact
164152

app/(private)/layout.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default function Layout({ children }) {
1010
<div className="mx-auto flex max-w-[90rem]">
1111
<Sidebar />
1212
<nav className="nextra-toc order-last max-xl:hidden w-64 shrink-0 print:hidden" aria-label="table of contents"></nav>
13-
<article className="w-full min-w-0 break-words min-h-[calc(100vh-var(--nextra-navbar-height))] text-slate-700 dark:text-slate-200 pb-8 px-6 pt-4 md:px-12">
13+
<article className="w-full min-w-0 break-words min-h-[calc(100vh-var(--nextra-navbar-height))] text-black dark:text-slate-200 pb-8 px-6 pt-4 md:px-12">
1414
<main className="">{children}</main>
1515
</article>
1616
</div>

app/(private)/leaderboard/page.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,21 +77,21 @@ export default function Page() {
7777
<h3 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl">
7878
Sample 1
7979
</h3>
80-
<p className="mt-6 leading-7 first:mt-0">
80+
<p className="mt-4 leading-7 first:mt-0">
8181
Sample data of Evaluation Result.
8282
</p>
8383
{/* <HighChart data={evaluationData} /> */}
8484
<h3 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl">
8585
Sample 2
8686
</h3>
87-
<p className="mt-6 leading-7 first:mt-0">
87+
<p className="mt-4 leading-7 first:mt-0">
8888
Sample data of Evaluation Result.
8989
</p>
9090
{/* <PairwiseComparisonChart data={data} /> */}
9191
<h3 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl">
9292
Sample 3
9393
</h3>
94-
<p className="mt-6 leading-7 first:mt-0">
94+
<p className="mt-4 leading-7 first:mt-0">
9595
Sample data of Evaluation Result.
9696
</p>
9797
{/* <HeatmapChart data={heatmapData} /> */}

app/(private)/markdown/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function Counter({ children }) {
2929

3030
Generates:
3131

32-
<div className="mt-6 rounded-xl border border-gray-200 p-4 dark:border-gray-900">
32+
<div className="mt-4 rounded-xl border border-gray-200 p-4 dark:border-gray-900">
3333
<h2>Hello MDX</h2>
3434
</div>
3535

app/(private)/result/page.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,21 @@ export default function Page() {
8080
<h3 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl">
8181
Sample 1
8282
</h3>
83-
<p className="mt-6 leading-7 first:mt-0">
83+
<p className="mt-4 leading-7 first:mt-0">
8484
Sample data of Evaluation Result.
8585
</p>
8686
{/* <HighChart data={evaluationData} /> */}
8787
<h3 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl">
8888
Sample 2
8989
</h3>
90-
<p className="mt-6 leading-7 first:mt-0">
90+
<p className="mt-4 leading-7 first:mt-0">
9191
Sample data of Evaluation Result.
9292
</p>
9393
{/* <PairwiseComparisonChart data={data} /> */}
9494
<h3 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-8 text-2xl">
9595
Sample 3
9696
</h3>
97-
<p className="mt-6 leading-7 first:mt-0">
97+
<p className="mt-4 leading-7 first:mt-0">
9898
Sample data of Evaluation Result.
9999
</p>
100100
{/* <HeatmapChart data={heatmapData} /> */}

app/(private)/submission/inputcode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function InputCode({ codes }) {
2323
document.body.removeChild(link)
2424
}
2525
return (
26-
<div className="flex flex-row items-center gap-4 mt-6">
26+
<div className="flex flex-row items-center gap-4 mt-4">
2727
<label htmlFor="inputcode" className="flex justify-end w-[15%]">
2828
Input Codes
2929
</label>

app/(private)/submission/page.jsx.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Page() {
3030

3131
return (
3232
<>
33-
<h1 className="mt-6 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Submission</h1>
33+
<h1 className="mt-4 text-4xl font-bold tracking-tight text-slate-900 dark:text-slate-100">Submission</h1>
3434
{/* <h2 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-10 border-b pb-1 text-3xl border-neutral-200/70 contrast-more:border-neutral-400 dark:border-primary-100/10 contrast-more:dark:border-neutral-400">
3535
Download input code
3636
</h2>
@@ -56,7 +56,7 @@ export default function Page() {
5656
<h2 className="font-semibold tracking-tight text-slate-900 dark:text-slate-100 mt-10 border-b pb-1 text-3xl border-neutral-200/70 contrast-more:border-neutral-400 dark:border-primary-100/10 contrast-more:dark:border-neutral-400">
5757
Upload NPY files
5858
</h2>
59-
<div className="mt-6 mb-32">
59+
<div className="mt-4 mb-32">
6060
{isLoading || status === "loading" ? (
6161
<div className="w-full px-12 justify-center">
6262
<p className="flex justify-center p-4 gap-2">

app/(private)/submission/uploadnpy.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default function UploadNPY({ codes, user, status }) {
248248
}
249249

250250
return (
251-
<form className="mt-6 flex flex-col px-4 gap-4">
251+
<form className="mt-4 flex flex-col px-4 gap-4">
252252
<div className="flex flex-row items-center gap-4">
253253
<label htmlFor="name" className="w-[20%] text-right">
254254
Team Name

app/colors.css

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
@variant dark (&:where(.dark *));
2+
3+
@theme {
4+
--color-nextra-bg: rgb(var(--nextra-bg));
5+
--color-primary-50: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) + 52%));
6+
--color-primary-100: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) + 49%));
7+
--color-primary-200: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) + 41%));
8+
--color-primary-300: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) + 32%));
9+
--color-primary-400: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) + 21%));
10+
--color-primary-500: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) + 5%));
11+
--color-primary-600: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) var(--nextra-primary-lightness));
12+
--color-primary-700: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) - 6%));
13+
--color-primary-800: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) - 13%));
14+
--color-primary-900: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) calc(var(--nextra-primary-lightness) - 21%));
15+
}
16+
17+
[data-headlessui-state="selected"] > h3[style^="visibility:"] + * {
18+
@apply mt-0;
19+
}

app/globals.css

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
@import "tailwindcss";
2-
@layer theme, base, components, utilities;
3-
/* @import "../styles/subheading-anchor.css"; */
4-
/* @import "../styles/scrollbar.css"; */
5-
/* @import "../styles/steps.css"; */
6-
/* @import "../styles/code-block.css"; */
7-
@import "../styles/utilities.css";
2+
83
@import "./fonts.css";
4+
@import "./colors.css";
5+
6+
@import "../styles/subheading-anchor.css";
7+
@import "../styles/scrollbar.css";
8+
@import "../styles/steps.css";
9+
@import "../styles/code-block.css";
10+
@import "../styles/utilities.css";
11+
912

1013
/* @import "../styles/cards.css"; */
1114
/* @import "../styles/hamburger.css"; */
1215
/* @import "../styles/typesetting-article.css"; */
1316
@custom-variant dark (&:where(.dark, .dark *));
1417
@custom-variant light (&:where(.light, .light *));
1518

19+
20+
1621
@layer base {
1722
:root {
1823
--nextra-primary-hue: 212deg;
@@ -22,6 +27,8 @@
2227
--nextra-banner-height: 2.5rem;
2328
--nextra-bg: 255, 255, 255;
2429
--nextra-primary-lightness: 45%;
30+
31+
/* --default-mono-font-family: 'TTT'; */
2532
}
2633

2734
.dark {
@@ -151,18 +158,3 @@
151158
animation-iteration-count: infinite;
152159
}
153160
}
154-
155-
@theme {
156-
--color-primary-50: hsl(212deg 100% calc(45% + 52%));
157-
--color-primary-100: hsl(212deg 100% calc(45% + 49%));
158-
--color-primary-200: hsl(212deg 100% calc(45% + 41%));
159-
--color-primary-300: hsl(212deg 100% calc(45% + 32%));
160-
--color-primary-400: hsl(212deg 100% calc(45% + 21%));
161-
--color-primary-500: hsl(212deg 100% calc(45% + 5%));
162-
--color-primary-600: hsl(var(--nextra-primary-hue) var(--nextra-primary-saturation) var(--nextra-primary-lightness));
163-
--color-primary-700: hsl(212deg 100% calc(45% - 6%));
164-
--color-primary-800: hsl(212deg 100% calc(45% - 13%));
165-
--color-primary-900: hsl(212deg 100% calc(45% - 21%));
166-
167-
--color-dark: #111;
168-
}

0 commit comments

Comments
 (0)