From bb177d286a43c3f61e356a93a6088d10f44857d6 Mon Sep 17 00:00:00 2001 From: charlie880624 Date: Wed, 18 Mar 2026 09:41:53 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9155d..335cb38 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ pip install opencv-python tqdm matplotlib cityscapesscripts yapf==0.31.0 2. 使用 `seg2city.py` 將 Roboflow 格式轉換為 Cityscapes 格式 3. 將轉換後的資料放至 `data/cityscapes/` -### 訓練與測試 +### 訓練與測試(需自己修改config檔案) ```bash # 訓練 @@ -55,6 +55,9 @@ python tools/pytorch2onnx_kneron.py \ --output-file work_dirs/kn_stdc1_in1k-pre_512x1024_80k_cityscapes/latest.onnx \ --verify +# onnx2nef +python onnx2nefSTDC630.py + # 將 NEF 複製到本機 docker cp :/data1/kneron_flow/models_630.nef \ "C:\Users\rd_de\stdc_git\work_dirs\nef\models_630.nef"