diff --git a/.memory/worklog.json b/.memory/worklog.json index 97e9479..0dee639 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "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", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-25 18:02 (~1)", "hash": "e611a64", "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 } ] } diff --git a/.project.json b/.project.json index b026d27..58fa48c 100644 --- a/.project.json +++ b/.project.json @@ -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 } }