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,12 +1,5 @@
{ {
"entries": [ "entries": [
{
"ts": "2026-04-23T08:13:35+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 08:13 (~1)",
"hash": "afdaaae",
"files_changed": 1
},
{ {
"ts": "2026-04-23T08:19:26+08:00", "ts": "2026-04-23T08:19:26+08:00",
"type": "commit", "type": "commit",
@@ -3499,6 +3492,13 @@
"message": "auto-save 2026-04-25 18:02 (~1)", "message": "auto-save 2026-04-25 18:02 (~1)",
"hash": "e611a64", "hash": "e611a64",
"files_changed": 1 "files_changed": 1
},
{
"ts": "2026-04-25T18:07:54+08:00",
"type": "commit",
"message": "auto-save 2026-04-25 18:07 (~1)",
"hash": "f2725c1",
"files_changed": 1
} }
] ]
} }

View File

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