This commit is contained in:
2026-01-16 16:03:48 +08:00
parent 3c8299a188
commit 486772a85d
3 changed files with 85 additions and 1 deletions

View File

@ -4,7 +4,8 @@ import os
from rknnlite.api import RKNNLite
# ====================== 配置区 ======================
#calculate_diff2.py对应新版本calculate_diff3.py
#calculate_diff2.py对应新版本calculate_diff3.py
MODEL_PATH = "./Mv3D/point.rknn"
OUTPUT_DIR = "./output_rknn"
os.makedirs(OUTPUT_DIR, exist_ok=True)

Binary file not shown.