From 6b49242b69881c51ece4575059dc973cb0378bf9 Mon Sep 17 00:00:00 2001 From: CHO Daekeun Date: Thu, 20 Aug 2026 16:39:57 +0900 Subject: [PATCH] =?UTF-8?q?README.md=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77c4f14..acf7d90 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,12 @@ ClearML에 `net_last.pth`를 등록하고 Model ID를 출력합니다. ```bash $ uv run python register_models.py -ClearML Task: created new task id=4b8598d8fec24432bd9e0d85326873fd -ClearML results page: http://203.254.171.99:20680/projects/d9ea04a0ba33464e9c6af8a07bfd54b2/tasks/4b8598d8fec24432bd9e0d85326873fd/output/log +ClearML Task: created new task id=4848f30bd22f47108b545043f943c2a6 +ClearML results page: https://ml.ketidev.kr/projects/33e4867258ba45d085aeb16ee4fef9ba/tasks/4848f30bd22f47108b545043f943c2a6/output/log Registering Person Attribute Model (net_last.pth)... -2026-08-20 16:21:06,923 - clearml.model - INFO - No output storage destination defined, registering local model net_last.pth +2026-08-20 16:38:35,882 - clearml.model - INFO - No output storage destination defined, registering local model net_last.pth ------------------------------ -Person Attr Model ID: 246dd122ed2b4c81bddbeea33e859498 +Person Attr Model ID: 26e4a421c5984edcbece9520dd2f5504 ------------------------------ $ ```