diff --git a/README.md b/README.md index 32d0571..dd3487b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# keras-yolo3 +# OpenISS keras-yolo3 -This repo is a fork from [qqwweee/keras-yolo3](https://github.com/qqwweee/keras-yolo3) hosted on GitHub, with modification to adjust to person re-identification +This repo is a clone from [qqwweee/keras-yolo3](https://github.com/qqwweee/keras-yolo3) hosted on GitHub, with modification to adjust to person re-identification model only (from YOLOv3 object detection model). The prediction code is obtained from this [repo](https://github.com/gustavovaliati/keras-yolo3) and adapted to current implementation. The result figure is generated by using the code ported from this [repo](https://github.com/Cartucho/mAP). @@ -8,6 +8,10 @@ current implementation. The result figure is generated by using the code ported A Keras implementation of YOLOv3 (Tensorflow backend) inspired by [allanzelener/YAD2K](https://github.com/allanzelener/YAD2K). +This is a part of the Eric Lai's ML portion of the [OpenISS](https://github.com/OpenISS/OpenISS) project for his +master's thesis: + +* [Haotao Lai](https://github.com/laihaotao), [*An OpenISS Framework Specialization for Person Re-identification*](https://spectrum.library.concordia.ca/985788/), Master's thesis, August 2019, Concordia University, Montreal ---