readme.md 629 Bytes
Newer Older
yongshk's avatar
yongshk committed
1
2
3
4
5
# Flashocc

## 环境构建

```
yongshk's avatar
yongshk committed
6
 docker run -dit --network=host --name=flashocc --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=128G  --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /opt/hyhal:/opt/hyhal:ro -v /public/opendas/DL_DATA/zijia:/data:ro harbor.sourcefind.cn:5443/dcu/admin/base/custom:pytorch2.5.1-driver-flashocc
yongshk's avatar
yongshk committed
7
8
```

yongshk's avatar
yongshk committed
9
10
数据集已完成处理在乌镇集群/public/opendas/DL_DATA/zijia路径内

yongshk's avatar
yongshk committed
11
12
13
14
15
16
17
18
19
20
## 代码执行

```
## 代码已经在容器/workspace下了
cd /workspace/Flashocc
bash start_flashocc.sh
```