init: project scaffold

This commit is contained in:
2026-03-22 12:01:57 +08:00
commit 13316f0fd1
4 changed files with 93 additions and 0 deletions

18
.project.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "TrackOnR 真实世界点跟踪",
"description": "CVPR 2026 Track-On-R 在线点跟踪Transformer记忆机制+伪标签真实世界微调",
"status": "active",
"created": "2026-03-22",
"ports": [
{
"port": 4130,
"label": "dev",
"fixed": true
}
],
"stack": [
"Python",
"PyTorch",
"CUDA"
]
}