From 3ab84afa0f1c182d0df9ef6286fcd213769012d9 Mon Sep 17 00:00:00 2001 From: kang Date: Wed, 22 Apr 2026 19:43:53 +0800 Subject: [PATCH] auto-save 2026-04-22 19:43 (~2) --- .memory/worklog.json | 14 +++++++------- .project.json | 29 +++++++++++++++++------------ 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/.memory/worklog.json b/.memory/worklog.json index 63ad2b5..59f7da4 100644 --- a/.memory/worklog.json +++ b/.memory/worklog.json @@ -1,12 +1,5 @@ { "entries": [ - { - "ts": "2026-04-20T13:49:05+08:00", - "type": "commit", - "message": "auto-save 2026-04-20 13:48 (~1)", - "hash": "c612cf7", - "files_changed": 1 - }, { "ts": "2026-04-20T13:54:41+08:00", "type": "commit", @@ -3499,6 +3492,13 @@ "message": "auto-save 2026-04-22 19:32 (~1)", "hash": "4d0f9f3", "files_changed": 1 + }, + { + "ts": "2026-04-22T19:38:23+08:00", + "type": "commit", + "message": "auto-save 2026-04-22 19:38 (~1)", + "hash": "52337d2", + "files_changed": 1 } ] } diff --git a/.project.json b/.project.json index ec0a3ca..b026d27 100644 --- a/.project.json +++ b/.project.json @@ -1,20 +1,25 @@ { - "name": "TrackOnR 真实世界点跟踪", - "description": "CVPR 2026 Track-On-R 在线点跟踪,Transformer记忆机制+伪标签真实世界微调", - "status": "active", - "kind": "research", - "created": "2026-03-22", - "source": { "path": "source/" }, - "ports": [ + "created" : "2026-03-22", + "description" : "CVPR 2026 Track-On-R 在线点跟踪,Transformer记忆机制+伪标签真实世界微调", + "kind" : "research", + "name" : "TrackOnR 真实世界点跟踪", + "ports" : [ { - "port": 4130, - "label": "dev", - "fixed": true + "fixed" : true, + "label" : "dev", + "port" : 4130 } ], - "stack": [ + "source" : { + "path" : "source\/" + }, + "stack" : [ "Python", "PyTorch", "CUDA" - ] + ], + "status" : "active", + "worklog" : { + "path" : "\/Users\/kangwan\/Projects\/research\/20260322-点跟踪TrackOnR\/.memory\/worklog.json" + } }