This repository was archived by the owner on Aug 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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+
123tensorflow-yolov4 (1.2.1) unstable; urgency=medium
224
325 * tf: set num_sample to the number of dataset, if not specified
You can’t perform that action at this time.
0 commit comments