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

Commit

Permalink
yolov4 v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hhk7734 committed Oct 26, 2020
1 parent 68bbf03 commit 68d5670
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
tensorflow-yolov4 (2.0.0) unstable; urgency=medium

* tf:dataset: add data format check
* common: base_class: change input_size from integer to (width, height)
* common: base_class: set default arguments for candidates_to_pred_bboxes
* tf: dataset: modify variable initialization according to input_size type change
* common: predict: reflect input_size type change
* common: media: reflect input_size type change to resize_image
* tf:dataset: reflect input_size type change to data augmentation
* common: base_class: reflect predict.fit_pred_bboxes_to_original change
* common: predict: fix problem that occurred because image size change was not considered
* tf: reflect input_size type change
* model: head: reflect input_size type change
* tf: train: reflect input_size type change
* common: base_class: change strides to immutable constant
* common: base_class: add cap.release() to release resources
* tflite: reflect input_size type change
* tf: optimize predict() using @tf.function
* common: predict: fix problem caused by incorrect iou calculation

-- Hyeonki Hong <[email protected]> Tue, 27 Oct 2020 00:11:59 +0900

tensorflow-yolov4 (1.2.1) unstable; urgency=medium

* tf: set num_sample to the number of dataset, if not specified
Expand Down

0 comments on commit 68d5670

Please sign in to comment.