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

Commit 68d5670

Browse files
committed
yolov4 v2.0.0
1 parent 68bbf03 commit 68d5670

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
tensorflow-yolov4 (2.0.0) unstable; urgency=medium
2+
3+
* tf:dataset: add data format check
4+
* common: base_class: change input_size from integer to (width, height)
5+
* common: base_class: set default arguments for candidates_to_pred_bboxes
6+
* tf: dataset: modify variable initialization according to input_size type change
7+
* common: predict: reflect input_size type change
8+
* common: media: reflect input_size type change to resize_image
9+
* tf:dataset: reflect input_size type change to data augmentation
10+
* common: base_class: reflect predict.fit_pred_bboxes_to_original change
11+
* common: predict: fix problem that occurred because image size change was not considered
12+
* tf: reflect input_size type change
13+
* model: head: reflect input_size type change
14+
* tf: train: reflect input_size type change
15+
* common: base_class: change strides to immutable constant
16+
* common: base_class: add cap.release() to release resources
17+
* tflite: reflect input_size type change
18+
* tf: optimize predict() using @tf.function
19+
* common: predict: fix problem caused by incorrect iou calculation
20+
21+
-- Hyeonki Hong <hhk7734@gmail.com> Tue, 27 Oct 2020 00:11:59 +0900
22+
123
tensorflow-yolov4 (1.2.1) unstable; urgency=medium
224

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

0 commit comments

Comments
 (0)