Skip to content

Commit

Permalink
[README] update primarily with Eric's thesis and OpenISS links.
Browse files Browse the repository at this point in the history
  • Loading branch information
smokhov committed Jun 29, 2021
1 parent e46621b commit 38d11a7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# 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).

## Introduction

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

---

Expand Down

0 comments on commit 38d11a7

Please sign in to comment.