We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21321d commit a00b38cCopy full SHA for a00b38c
README.md
@@ -82,13 +82,18 @@ and set the path in `yolo2-pytorch/cfgs/exps/darknet19_exp1.py`.
82
7. (optional) Training with TensorBoard.
83
84
To use the TensorBoard, install Crayon (https://github.com/torrvision/crayon)
85
+ How to use the crayon
86
+ ```
87
+ docker pull alband/crayon
88
+ docker run -d -p 8888:8888 -p 8889:8889 --name crayon alband/crayon
89
90
+
91
and set `use_tensorboard = True` in `yolo2-pytorch/cfgs/config.py`.
92
93
94
6. Run the training program: `python train.py`.
95
96
-
97
### Evaluation
98
99
Set the path of the `trained_model` in `yolo2-pytorch/cfgs/config.py`.
0 commit comments