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
@@ -110,7 +105,11 @@ Launch matlab, run `demo.m` and enjoy!
110
105
111
106
## Train SSDH on another dataset
112
107
113
-
It should be easy to train the model using another dataset as long as that dataset has label annotations. You need to convert the dataset into leveldb/lmdb format using "create_imagenet.sh". We will show you how to do this.
108
+
It should be easy to train the model using another dataset as long as that dataset has label annotations.
109
+
110
+
0. Convert your training/test set into leveldb/lmdb format using `create_imagenet.sh`.
111
+
0. Modify the `source` in `/example/SSDH/train_val.prototxt` to link to your training/test set.
112
+
0. Run `./examples/SSDH/train.sh`, and start training on your dataset.
0 commit comments