init repo

This commit is contained in:
2026-04-25 19:23:17 +08:00
commit e999a55b4e
8 changed files with 1320 additions and 0 deletions

30
.project.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "CVPR 2026 3D Vision Foundation Models",
"description": "CVPR 2026 基础视觉大模型×三维视觉 热门开源项目研究页",
"status": "active",
"kind": "research",
"created": "2026-03-19",
"ports": [
{
"port": 4070,
"label": "dev",
"fixed": true
}
],
"stack": [
"HTML",
"CSS",
"JavaScript"
],
"urls": [
{
"url": "http://localhost:4070",
"type": "docs",
"label": "local docs"
}
],
"worklog": {
"path": ".memory/worklog.json",
"auto": true
}
}