File tree Expand file tree Collapse file tree 1 file changed +22
-7
lines changed
Expand file tree Collapse file tree 1 file changed +22
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments