Areas of improvement
- Bug fixes.
- New APIs: object detection models and PASCAL VOC utils.
- Unit tests / CI improvements.
- Documentation improvements.
API changes
- Add generic object detection models (`YOLOv2`, `TinyYOLOv2`, and `FasterRCNN`).
- Add references object detection models (`YOLOv2VOC`, `TinyYOLOv2VOC`, `FasterRCNN_ZF_VOC`, and `FasterRCNN_VGG16_VOC`).
- Add PASCAL VOC utils.
- Add operations (`stack`: `tf.stack`, `gather`: `tf.gather`, `srn`: a spatial local response normalization)
- Revise `nets.pretrained` to perform each model's `pretrained`.
Breaking changes
None.