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
ModelZoo
DeepSolo_pytorch
Commits
d70d6f30
Commit
d70d6f30
authored
Nov 23, 2023
by
chenych
Browse files
Modify the name of train_simple.yaml and requirements in dockerfile.
parent
799c795c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+2
-2
configs/simple/train_simple.yaml
configs/simple/train_simple.yaml
+0
-0
docker/Dockerfile
docker/Dockerfile
+1
-1
No files found.
README.md
View file @
d70d6f30
...
...
@@ -39,7 +39,7 @@ python -m pip install -e detectron2
```
docker pull image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest
docker run -it -v /pa
rastor/home/chenych/textDetection/deepsolo_pytorch/:/home/deepsolo_pytorch
/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name
cyc_deepsolo 2bb84d403fac
bash
docker run -it -v /pa
th/your_code_data/:/path/your_code_data
/ --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name
docker_name imageID
bash
cd /home/deepsolo_pytorch
pip install -r requirements.txt
...
...
@@ -81,7 +81,7 @@ Tips:以上dtk软件栈、python、torch等DCU相关工具版本需要严格
```
pip install -r requirements.txt
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'
requirements
bash make.sh
```
...
...
configs/simple/train_s
a
mple.yaml
→
configs/simple/train_s
i
mple.yaml
View file @
d70d6f30
File moved
docker/Dockerfile
View file @
d70d6f30
FROM
image.sourcefind.cn:5000/dcu/admin/base/pytorch:1.13.1-centos7.6-dtk-23.04-py38-latest
RUN
source
/opt/dtk/env.sh
COPY
requirments.txt requirments.txt
COPY
requir
e
ments.txt requir
e
ments.txt
RUN
pip3
install
-r
requirements.txt
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