robbebluecp / tf2-yolov4

yolov4 base on keras of tf2+, tf2 support perfectly
15 stars 10 forks source link
keras tf2 yolov4

INTRODUCTION

This edition of yolov4 frame has been smoothly transferred from tf1+ and keras version. With tf2+ used extensively, many older functions have been optimized even won't be used any more. Keras has been embedded into tensorflow and won't be supported by official, except fixing bugs. For more readable, I've made a lot of changes while transferring, such as layer aggregation, image augment and some other changes from tf1 to tf2.

【Now, IT ONLY SUPPORTS TF2+】

INSTALLATION

git clone https://github.com/robbebluecp/tf2-yolov4.git

FILES