This repository was archived by the owner on Aug 11, 2023. It is now read-only.
yolov4 v0.14.0
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