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
22 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,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 | ||
|