init: project scaffold
This commit is contained in:
18
.project.json
Normal file
18
.project.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user