Skip to content
This repository has been archived by the owner on Feb 8, 2020. It is now read-only.

Implement the test part of YOLOv2 with TensorFlow.

Notifications You must be signed in to change notification settings

zh0ngtian/YOLOv2-TensorFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This is a repo for implementing YOLOv2 with trained models on tensorflow.

How to use

  • Download the weights file here (OneDrive). The weights file includes 3 files, they should be put in weights folder.
  • The images should be put in test_pic folder, and the video should be put in test_video folder.
  • Then Edit the configure file cfg.py, or use the default configure.
  • Use python YOLO_coco_test.py to run.

Demo

demo
demo

Reference

pjreddie/darknet
gliese581gg/YOLO_tensorflow

Requirements

  • TensorFlow
  • OpenCV

About

Implement the test part of YOLOv2 with TensorFlow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages