Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 370 Bytes

Own implementation Yolo V2 in TnesorFlow 2

This proyect contains an implementation of Yolo V2 [1] in TnesorFlow.

For now the proyect only contains a class for loss and for building the model.

TODO

  1. make an explanation about the model
  2. notebook show how to build, and train
  3. build a SEYoloV2 (sqeeze and exitation model)