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

yolov4 v0.14.0

Compare
Choose a tag to compare
@hhk7734 hhk7734 released this 13 Jul 17:18
· 319 commits to master since this release

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