Files
trackonr/.project.json
2026-04-25 18:13:29 +08:00

34 lines
610 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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
}
}