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
13 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,16 @@ | ||
tensorflow-yolov4 (3.1.0) unstable; urgency=medium | ||
|
||
* tf: layers: yolo_layer: remove some operations | ||
* common: metalayer: yolo_layer: add `new_coords` | ||
* tf: layers: yolo_layer: implement `_coords_1` for `new_coords` | ||
* tf: layers: convolutional_layer: add logistic activation | ||
* c_src: py_box: add `get_yolo_*_detections` | ||
* config: add yolov4-csp.cfg and yolov4x-mish.cfg | ||
* c_src: layers: modify yolo_tpu_layer | ||
* tf, tflite: reflect v3.1.0 changes | ||
|
||
-- Hyeonki Hong <[email protected]> Sun, 21 Feb 2021 02:37:18 +0900 | ||
|
||
tensorflow-yolov4 (3.0.1) unstable; urgency=medium | ||
|
||
* pypi: add 'pyproject.toml' and update 'setup.*' | ||
|