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
Copy file name to clipboardExpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,18 @@ For more details, please refer to [README of SSD-Tensorflow](https://github.com/
11
11
## ##
12
12
update:
13
13
14
-
- Add SSD preprocesing method using Tensorflow ops
14
+
- Add SSD preprocesing method using Tensorflow ops[zero ground truth fixed]
15
15
- Modify details of the network to match the original Caffe code
16
16
- Add NMS using Tensorflow ops to support two mode
17
17
- Fix most part of the matching strategy between ground truth and anchors
18
18
- Replica GPU training support (If you are using Tensorflow 1.5.0+, then rename the replicate_model\_fn.py)
19
19
- Add voc eval with debug
20
20
- Add realtime eval, using class-wise bboxes-select and nms
21
21
- Add support for training use *vgg16_reducedfc* model converted from pytorch, you can get from [here](https://drive.google.com/open?id=184srhbt8_uvLKeWW_Yo8Mc5wTyc0lJT7)
22
-
- Other important fixes **[2018.03.18]**
22
+
- Other important fixes **[2018.03.21]**
23
+
- Make all anchors on different layers be matched together, to avoid some suboptimal matching results
24
+
- Refactor anchors matching pipeline
25
+
- Fix attribute 'difficult' missing problem in the TFRecords dataset
23
26
- Model-320(reduced version) trained on VOC07+12 dataset now is available at [here](), the heavy one need to be trained by yourself
24
27
25
28
Note: Model trained using the initial version of this code can only get to 0.45~0.55mAP, clone the latest version will give you much better performance. Futher improvement is still going on.
0 commit comments