This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
yolov4 v2.0.0
CHANGELOG
- 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๐