You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Extract all of these tars into one directory named `VOCdevkit`
95
95
96
-
```
96
+
```Bash
97
97
tar xvf VOCtrainval_06-Nov-2007.tar
98
98
tar xvf VOCtest_06-Nov-2007.tar
99
99
tar xvf VOCdevkit_08-Jun-2007.tar
100
100
```
101
101
102
102
3. It should have this basic structure
103
103
104
-
```
104
+
```Bash
105
105
$VOCdevkit/ # development kit
106
106
$VOCdevkit/VOCcode/ # VOC utility code
107
107
$VOCdevkit/VOC2007 # image sets, annotations, etc.
@@ -118,7 +118,7 @@ TBD
118
118
119
119
If you want to use caffe-pretrain model as initial weight, you can run below to get vgg16 weights converted from caffe, which is the same as the origin paper use.
120
120
121
-
````
121
+
````Bash
122
122
python misc/convert_caffe_pretrain.py
123
123
````
124
124
@@ -156,7 +156,7 @@ Some Key arguments:
156
156
157
157
158
158
you may open browser, type:`http://<ip>:8097` and see the visualization of training procedure as below:
0 commit comments