auto-save 2026-04-25 18:13 (~2)

This commit is contained in:
2026-04-25 18:13:29 +08:00
parent f2725c1749
commit 2923a064ff
2 changed files with 30 additions and 22 deletions

View File

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