This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
forked from hunglc007/tensorflow-yolov4-tflite
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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() | ||
|