Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
doonny committed Feb 7, 2018
1 parent 208a75a commit ee1c778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This following table lists the performance and cost information on some of the b
## Demos
Now you can run ImageNet classification on PipeCNN, and measure the top-1/5 accuracy on your own dataset.

First, set **USE_OPENCV = 0** in the Makefile. Secondly, download the ImageNet validation dataset, extract and place all the pictures in the "/data" folder. Rename the variable "picture_file_path_head" in the host file to indicate the correct path. Finally, recompile the host program and run PipeCNN.
First, set **USE_OPENCV = 1** in the Makefile. Secondly, download the ImageNet validation dataset, extract and place all the pictures in the "/data" folder. Rename the variable "picture_file_path_head" in the host file to indicate the correct image data set path. Finally, recompile the host program and run PipeCNN.

The following piture shows that the demo runs on our own computer with the DE5-net board.

Expand Down

0 comments on commit ee1c778

Please sign in to comment.