Skip to content

Commit

Permalink
Add windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanghan committed Jul 15, 2016
1 parent 1977117 commit 01b338e
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,43 @@ The demo is trained with the above data and annotations.

./darknet yolo train cfg/yolo.cfg extraction.conv.weights

#Windows Version#

I also have a windows version for darknet available:

http://guanghan.info/projects/YOLO/darknet-windows.zip

But you need to use Visual Studio 2015 to open the project.

Here is a quick hand-on guide:

1. Open VS2015. If you don't have it, you can install it for free from the offcial microsoft website.

2. Open:

darknet-windows\darknet\darknet.sln

3. Comiple

4.
Copy the exe file from:

darknet-windows\darknet\x64\Debug\darknet.exe

to the root folder:

darknet-windows\darknet.exe

5. Open cmd

Run: darknet yolo test [cfg_file] [weight_file] [img_name]

6. The image will be output to:

darknet-windows\prediction.png

darknet-windows\resized.png

#Contact#
If you find any problems regarding the procedure, contact me at [gnxr9@mail.missouri.edu](gnxr9@mail.missouri.edu).

Expand Down

0 comments on commit 01b338e

Please sign in to comment.