Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
yolov4 v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Feb 14, 2021
1 parent 72591c3 commit 211afdd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
tensorflow-yolov4 (3.0.0) unstable; urgency=medium

* common: parser: add parse_cfg()
* common: config: implement YOLOConfig
* common: metalayer: implement metalayers
* common: metalayer: add YoloTpuLayer
* tf: layers: implement layers
* tf: layers: redefine BatchNormalization for transfer learning
* tf: layers: add YoloTpuLayer
* tf: dataset: refactor YOLODataset
* tf: dataset: add '_augmentation_cache'
* tf: training: refactor YOLOv4Loss
* tf: training: implement YOLOCallbackAtEachStep
* tf: training: refactor SaveWeightsCallback
* tf: utils: move weights.py from tf
* tf: utils: move mAP part from tf
* tf: utils: move tflite part from tf and fix converting issue
* c_src: py_box: add 'yolo_diou_nms'
* c_src: py_box: add convert_dataset_to_ground_truth
* c_src: layers: implement 'yolo_layer'
* tf, tflite: reflect v3.0.0 changes

-- Hyeonki Hong <[email protected]> Mon, 15 Feb 2021 00:15:08 +0900

tensorflow-yolov4 (2.1.0) unstable; urgency=medium

* tflite: add edgetpu_lib argument to load_tflite()
Expand Down

0 comments on commit 211afdd

Please sign in to comment.