auto-save 2026-04-22 19:43 (~2)

This commit is contained in:
2026-04-22 19:43:53 +08:00
parent 52337d2fd7
commit 3ab84afa0f
2 changed files with 24 additions and 19 deletions

View File

@@ -1,20 +1,25 @@
{
"name": "TrackOnR 真实世界点跟踪",
"description": "CVPR 2026 Track-On-R 在线点跟踪Transformer记忆机制+伪标签真实世界微调",
"status": "active",
"kind": "research",
"created": "2026-03-22",
"source": { "path": "source/" },
"ports": [
"created" : "2026-03-22",
"description" : "CVPR 2026 Track-On-R 在线点跟踪Transformer记忆机制+伪标签真实世界微调",
"kind" : "research",
"name" : "TrackOnR 真实世界点跟踪",
"ports" : [
{
"port": 4130,
"label": "dev",
"fixed": true
"fixed" : true,
"label" : "dev",
"port" : 4130
}
],
"stack": [
"source" : {
"path" : "source\/"
},
"stack" : [
"Python",
"PyTorch",
"CUDA"
]
],
"status" : "active",
"worklog" : {
"path" : "\/Users\/kangwan\/Projects\/research\/20260322-点跟踪TrackOnR\/.memory\/worklog.json"
}
}