Commit 1ccd6619 authored by zhanggezhong's avatar zhanggezhong
Browse files

Update README.md

parent f29b6c9d
......@@ -14,12 +14,12 @@ MMDetection3D 是一个基于 PyTorch 的目标检测开源工具箱, 下一代
+ pytorch版本大于2.4.1 && dtk版本大于25.04 推荐使用fastpt不转码编译。
### 1、使用pip方式安装
mmdet3d whl包下载目录:[光和开发者社区](https://download.sourcefind.cn:65024/4/main/fastmoe),选择对应的pytorch版本和python版本下载对应mmdet3d的whl包
mmdet3d whl包下载目录:[光和开发者社区](https://download.sourcefind.cn:65024/4/main),选择对应的pytorch版本和python版本下载对应mmdet3d的whl包
```shell
pip install torch* (下载torch的whl包)
pip install fastpt* --no-deps (下载fastpt的whl包)
source /usr/local/bin/fastpt -E
pip install fastmoe* (下载的mmdet3d的whl包)
pip install mmdet3d* (下载的mmdet3d的whl包)
```
### 2、使用源码编译方式安装
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment