From 1997775214f96335704a597e77921cc40b0747c4 Mon Sep 17 00:00:00 2001 From: Desmond Date: Wed, 23 Feb 2022 01:15:40 +0800 Subject: [PATCH] v1.0 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c8bd090..93cd1c9 100644 --- a/README.md +++ b/README.md @@ -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 @@ -57,7 +65,6 @@ Curently supported network > * SCNN > * SegNet > * YoloV5 -> * YoloV5 > * Realcugan