From 5089ed65b8ade5dcb20b0aadf16d4195732f2d0d Mon Sep 17 00:00:00 2001 From: zhttjd Date: Mon, 11 Aug 2025 11:25:54 +0800 Subject: [PATCH] bug fix: opencv verison and readme typo --- model_examples/DiffusionDrive/README.md | 2 +- .../DiffusionDrive/migrate_to_ascend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/model_examples/DiffusionDrive/README.md b/model_examples/DiffusionDrive/README.md index 2e492869..54c860eb 100644 --- a/model_examples/DiffusionDrive/README.md +++ b/model_examples/DiffusionDrive/README.md @@ -167,7 +167,7 @@ ln -s $DATA_PATH/v1.0-trainval ./data/nuscenes/v1.0-trainval 运行数据预处理脚本生成DiffusionDrive模型训练需要的pkl文件与初始锚框(预处理耗时约5h左右) ```bash -python ./migrate_to_ascened/preprocess.py +python ./migrate_to_ascend/preprocess.py ``` ## 下载权重 diff --git a/model_examples/DiffusionDrive/migrate_to_ascend/requirements.txt b/model_examples/DiffusionDrive/migrate_to_ascend/requirements.txt index 1070dbe8..a8996082 100644 --- a/model_examples/DiffusionDrive/migrate_to_ascend/requirements.txt +++ b/model_examples/DiffusionDrive/migrate_to_ascend/requirements.txt @@ -14,6 +14,6 @@ scikit-learn==1.3.0 IPython==8.12 einops==0.8.1 ml-dtypes -opencv-python-headless==4.6.0.66 +opencv-python-headless==4.8.1.78 diffusers torchvision==0.16.0 \ No newline at end of file -- Gitee