34 lines
610 B
JSON
34 lines
610 B
JSON
{
|
||
"name": "TrackOnR 真实世界点跟踪",
|
||
"description": "CVPR 2026 Track-On-R 在线点跟踪,Transformer记忆机制+伪标签真实世界微调",
|
||
"status": "active",
|
||
"kind": "research",
|
||
"created": "2026-03-22",
|
||
"ports": [
|
||
{
|
||
"port": 4130,
|
||
"label": "dev",
|
||
"fixed": true
|
||
}
|
||
],
|
||
"stack": [
|
||
"Python",
|
||
"PyTorch",
|
||
"CUDA"
|
||
],
|
||
"urls": [
|
||
{
|
||
"url": "http://localhost:4130",
|
||
"type": "docs",
|
||
"label": "local docs"
|
||
}
|
||
],
|
||
"source": {
|
||
"path": "source/"
|
||
},
|
||
"worklog": {
|
||
"path": ".memory/worklog.json",
|
||
"auto": true
|
||
}
|
||
}
|