This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
yolov4 v3.0.0
CHANGELOG
- common: parser: add parse_cfg()
- common: config: implement YOLOConfig
- common: metalayer: implement metalayers
- common: metalayer: add YoloTpuLayer
- tf: layers: implement layers
- tf: layers: redefine BatchNormalization for transfer learning
- tf: layers: add YoloTpuLayer
- tf: dataset: refactor YOLODataset
- tf: dataset: add '_augmentation_cache'
- tf: training: refactor YOLOv4Loss
- tf: training: implement YOLOCallbackAtEachStep
- tf: training: refactor SaveWeightsCallback
- tf: utils: move weights.py from tf
- tf: utils: move mAP part from tf
- tf: utils: move tflite part from tf and fix converting issue
- c_src: py_box: add 'yolo_diou_nms'
- c_src: py_box: add convert_dataset_to_ground_truth
- c_src: layers: implement 'yolo_layer'
- tf, tflite: reflect v3.0.0 changes