Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
inisis committed Feb 22, 2022
1 parent 930c6bc commit 1997775
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ Support 1.9.0 or higher Pytorch
> * export PYTHONPATH=/path/to/your/caffe/python:$PYTHONPATH
> * python test/test_nets.py
# Docker user
for user who uses docker, you can use following command to get a stable development env.
```
docker pull yaphets4desmond/brocolli:v1.0
```

the source code is located in /root/brocolli, and a pre-compiled caffe is in /root/caffe

# Notice

Curently supported layers
Expand Down Expand Up @@ -57,7 +65,6 @@ Curently supported network
> * SCNN
> * SegNet
> * YoloV5
> * YoloV5
> * Realcugan

Expand Down

0 comments on commit 1997775

Please sign in to comment.