This repository was archived by the owner on Aug 11, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ tensorflow-yolov4 (3.0.0) unstable; urgency=medium
2+
3+ * common: parser: add parse_cfg()
4+ * common: config: implement YOLOConfig
5+ * common: metalayer: implement metalayers
6+ * common: metalayer: add YoloTpuLayer
7+ * tf: layers: implement layers
8+ * tf: layers: redefine BatchNormalization for transfer learning
9+ * tf: layers: add YoloTpuLayer
10+ * tf: dataset: refactor YOLODataset
11+ * tf: dataset: add '_augmentation_cache'
12+ * tf: training: refactor YOLOv4Loss
13+ * tf: training: implement YOLOCallbackAtEachStep
14+ * tf: training: refactor SaveWeightsCallback
15+ * tf: utils: move weights.py from tf
16+ * tf: utils: move mAP part from tf
17+ * tf: utils: move tflite part from tf and fix converting issue
18+ * c_src: py_box: add 'yolo_diou_nms'
19+ * c_src: py_box: add convert_dataset_to_ground_truth
20+ * c_src: layers: implement 'yolo_layer'
21+ * tf, tflite: reflect v3.0.0 changes
22+
23+ -- Hyeonki Hong <hhk7734@gmail.com> Mon, 15 Feb 2021 00:15:08 +0900
24+
125tensorflow-yolov4 (2.1.0) unstable; urgency=medium
226
327 * tflite: add edgetpu_lib argument to load_tflite()
You can’t perform that action at this time.
0 commit comments