Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
OpenPCDet
Commits
c106b820
Commit
c106b820
authored
Jun 07, 2025
by
zhanggezhong
Browse files
Update README.md
parent
37d79cbc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
15 deletions
+3
-15
README.md
README.md
+3
-15
No files found.
README.md
View file @
c106b820
...
@@ -14,15 +14,7 @@ OpenPCDet是一个清晰、简单、独立的开源项目,用于基于 LiDAR
...
@@ -14,15 +14,7 @@ OpenPCDet是一个清晰、简单、独立的开源项目,用于基于 LiDAR
+
pytorch版本大于2.4.1 && dtk版本大于25.04 推荐使用fastpt不转码编译。
+
pytorch版本大于2.4.1 && dtk版本大于25.04 推荐使用fastpt不转码编译。
### 1、使用pip方式安装
### 1、使用源码编译方式安装
pcdet whl包下载目录:
[
光和开发者社区
](
https://download.sourcefind.cn:65024/4/main
)
,选择对应的pytorch版本和python版本下载对应pcdet的whl包
```
shell
pip
install
torch
*
(
下载torch的whl包
)
pip
install
fastpt
*
--no-deps
(
下载fastpt的whl包
)
source
/usr/local/bin/fastpt
-E
pip
install
pcdet
*
(
下载的pcdet-fastpt的whl包
)
```
### 2、使用源码编译方式安装
#### 编译环境准备
#### 编译环境准备
提供基于fastpt不转码编译:
提供基于fastpt不转码编译:
...
@@ -41,17 +33,13 @@ pip install setuptools==59.5.0 wheel
...
@@ -41,17 +33,13 @@ pip install setuptools==59.5.0 wheel
```
shell
```
shell
git clone https://developer.sourcefind.cn/codes/OpenDAS/openpcdet.git
# 根据编译需要切换分支
git clone https://developer.sourcefind.cn/codes/OpenDAS/openpcdet.git
# 根据编译需要切换分支
```
```
-
提供2种源码编译方式(
进入openpcdet目录
)
:
-
进入openpcdet目录:
```
```
1. 设置不转码编译环境变量
1. 设置不转码编译环境变量
source /usr/local/bin/fastpt -C
source /usr/local/bin/fastpt -C
2. 编译whl包并安装
python3 setup.py -v bdist_wheel
pip install dist/pcdet*
3. 源码编译安装
3. 源码编译安装
python3 setup.py
install
python3 setup.py
develop
```
```
#### 注意事项
#### 注意事项
+
若使用pip install下载安装过慢,可添加pypi清华源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
+
若使用pip install下载安装过慢,可添加pypi清华源:-i https://pypi.tuna.tsinghua.edu.cn/simple/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment