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

Commit

Permalink
yolov4 v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Feb 20, 2021
1 parent 87962a7 commit 17e567f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
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.*'
Expand Down

0 comments on commit 17e567f

Please sign in to comment.