• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

Tony607/YOLO_Object_Localization_Keras: Gentle guide on how YOLO Object Localiza ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

Tony607/YOLO_Object_Localization_Keras

开源软件地址(OpenSource Url):

https://github.com/Tony607/YOLO_Object_Localization_Keras

开源编程语言(OpenSource Language):

Jupyter Notebook 97.6%

开源软件介绍(OpenSource Introduction):

Gentle guide on how YOLO Object Localization works with Keras

Complementary source code for the post. Keras+TensorFlow YOLO object Localization implementation guided walk through.

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/YOLO_Object_Localization

Install required libraries

pip3 install -r requirements.txt

Download the Pre-trained YOLO model

Download the trained model weight from the releases, yolo.h5. Put it to model_data folder in the project directory.

Start the notebook

In the project directory start a command line, then run

jupyter notebook

In the opened browser window open

Gentle guide on how YOLO Object Localization works with Keras.ipynb

Side note, if the model doesn't load correctly try to follow the instruction on YAD2K

  • Clone/Download YAD2K.
  • Download Darknet model cfg and weights from the official YOLO website.
  • Convert the Darknet YOLO_v2 model to a Keras model.
  • Test the converted model on the small test set in images/.
git clone https://github.com/allanzelener/YAD2K
wget http://pjreddie.com/media/files/yolo.weights
wget https://raw.githubusercontent.com/pjreddie/darknet/master/cfg/yolo.cfg
./yad2k.py yolo.cfg yolo.weights model_data/yolo.h5
./test_yolo.py model_data/yolo.h5  # output in images/out/

See ./yad2k.py --help and ./test_yolo.py --help for more options.

Happy coding! Leave a comment if you have any question.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap