Skip to content

Commit d6dc7cc

Browse files
committed
readme
1 parent 7a84fe8 commit d6dc7cc

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,25 @@ What is different from theirs?
2020
![](https://github.com/engineer1109/TensorFlow-R-FCN-for-primary-students/blob/master/sampleImg/zh/004545.jpg)
2121

2222
## Requirements
23-
System: Unix or Unix-Like Platrform (Have only tested on linux-ubuntu, other unix system should be supported in theory)
24-
Python3
25-
Tensorflow 1.8+
26-
OpenCV-Python
27-
CUDA
28-
CUDNN
29-
# I am back now
23+
System: Unix or Unix-Like Platrform
24+
(Have only tested on linux-ubuntu, other unix system should be supported in theory)
25+
Python3
26+
Tensorflow 1.8+
27+
OpenCV-Python
28+
CUDA
29+
CUDNN
30+
##Usage
31+
Inference
32+
```
33+
git clone https://github.com/engineer1109/TensorFlow-R-FCN-for-primary-students.git
34+
sh run.sh
35+
```
36+
Train
37+
```
38+
sh train.sh
39+
```
40+
Tensorboard viewer
41+
```
42+
sh tensorboard.sh
43+
```
44+
## I am back now

0 commit comments

Comments
 (0)