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

Releases: hhk7734/tensorflow-yolov4

yolov4 v0.17.0

23 Jul 07:06
Compare
Choose a tag to compare

CHANGELOG

  • tf: dataset: fix index range for Tiny
  • tf: remove expect_partial() in load_weights()
  • tflite: fix issue with the number of outputs by model
  • model: add tpu argument in Tiny
  • tflite: add tpu argument
  • utility: rename to common
  • common: implement BaseClass
  • tflite: add tensorflow.lite
  • model: head: change dimension from 4D to 3D in Tiny
  • tflite: add tpu_hair
  • common: media: add type cast in resize_image
  • tf: add num_calibration_steps argument in save_as_tflite
  • common: base_class: move strides property from tf
  • tf: set by_name to True in load_weights

Thanks to @RealHandy

yolov4 v0.16.0

15 Jul 04:24
Compare
Choose a tag to compare

CHANGELOG

  • tf: add tiny argument to __init__ and remove from others

yolov4 v0.15.0

14 Jul 18:46
Compare
Choose a tag to compare

CHANGELOG

  • tf: add quantization and data_set args to save_as_tflite
  • utility: media: add string length check
  • model: add activation args
  • model: head: remove for loop
  • model: backbone: implement CSPDarknet53Tiny
  • model: neck: implement PANetTiny
  • model: head: implement YOLOv3HeadTiny
  • model: yolov4: implement YOLOv4Tiny
  • tf: weights: implement *_tiny_* funcs
  • tf: reflect YOLOv4Tiny

yolov4 v0.14.0

13 Jul 17:18
Compare
Choose a tag to compare

CHANGELOG

  • github: add python publish action
  • model: neck: use bilinear in UpSampling2D
  • test: update script
  • tflite: refactor YOLOv4
  • utility: predict: fix according to pylint warning
  • pylint: update .pylintrc
  • model: head: use tf.constant to avoid broadcasting
  • github: add python lint action

yolov4 v0.13.0

13 Jul 04:48
Compare
Choose a tag to compare
  • tf: remove tensorboard callback
  • tf: modify compile() and fit() to be similar to model
  • yolov4: rename 'data' to 'test'
  • utility: media: update docs and variable name
  • utility: predict: remove batch_size
  • utility: media: rename funcs
  • tf: add utility funcs to YOLOv4 member funcs
  • test: add test script