xiaochus / YOLOv3

Keras implementation of yolo v3 object detection.
MIT License
605 stars 264 forks source link

yolo_model.py #14

Closed fzjpxlay closed 5 years ago

fzjpxlay commented 5 years ago

Modify the _process_feats function and replace the sigmoid and exp with the numpy related functions. Can greatly increase the speed of calculation.