Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/data/contact.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"type": "Location",
"icon": "MapPin",
"description": "The workshop will be held at:",
"value": "Colorado Convention Center - Room 2E-2H"
"value": "Colorado Convention Center - Room Four Seasons 2"
},
{
"type": "Slack",
Expand Down
7 changes: 6 additions & 1 deletion src/data/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"subtitle": "CVPR 2026 Workshop",
"eventInfo": {
"date": "June 4, 2026, 1:00 PM",
"location": "Colorado Convention Center - Room 2E-2H"
"location": "Colorado Convention Center - Room Four Seasons 2"
},
"overview": {
"mission": "This workshop explores how large pretrained models are revolutionizing computer vision. We examine emerging techniques where models like Stable Diffusion enable image-to-3D reconstruction, architectures like VGG Transformer (VGGT) leverage pretrained DINO for enhanced visual understanding, and methods like REA harness pretrained models for improved diffusion generation. BigMAC brings together researchers to address the challenges and opportunities in effectively adapting foundation models for diverse downstream vision tasks.",
Expand All @@ -23,6 +23,11 @@
}
],
"latestNews": [
{
"title": "Room Information Updated",
"date": "June 2, 2026",
"content": "The workshop room has been updated to Room Four Seasons 2 at the Colorado Convention Center. Please note this change when planning your visit."
},
{
"title": "Workshop page open",
"date": "January 13, 2026",
Expand Down
2 changes: 1 addition & 1 deletion src/data/schedule.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"workshopProgram": {
"day1": {
"date": "June 4, 2026",
"location": "Colorado Convention Center - Room 2E-2H",
"location": "Colorado Convention Center - Room Four Seasons 2",
"schedule": [
{
"time": "13:00 - 13:10",
Expand Down
Loading