Skip to content

Commit

Permalink
Quick update to demo_bulk.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jrosebr1 committed Jul 5, 2015
1 parent 48ffc3c commit 467ec84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo_bulk.py
@@ -1,6 +1,6 @@
# USAGE
# python demo_bulk.py --base-model $CAFFE_ROOT/models/bvlc_googlenet \
# --image initial_images/the_matrix --output examples/output/the_matrix
# --images initial_images/the_matrix --output examples/output/the_matrix

# import the necessary packages
from __future__ import print_function
Expand Down Expand Up @@ -39,4 +39,4 @@
result.save(outputPath)

# do some cleanup
bc.cleanup()
bc.cleanup()

0 comments on commit 467ec84

Please sign in to comment.