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

yolov4 v3.1.0

Compare
Choose a tag to compare
@hhk7734 hhk7734 released this 20 Feb 17:44
· 15 commits to master since this release

CHANGELOG

  • tf: layers: yolo_layer: remove some operations
  • common: metalayer: yolo_layer: add new_coords
  • tf: layers: yolo_layer: implement _coords_1 for new_coords
  • tf: layers: convolutional_layer: add logistic activation
  • c_src: py_box: add get_yolo_*_detections
  • 🌟 config: add yolov4-csp.cfg and yolov4x-mish.cfg
  • c_src: layers: modify yolo_tpu_layer
  • tf, tflite: reflect v3.1.0 changes