Skip to content

Commit

Permalink
comment the predict.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fish145 committed Oct 20, 2016
1 parent 95588f0 commit de9c47f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Oxford102/predict.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
#!usr/bin/env python
'''
read a image of flowers and predict which kind of flowers it is.
'''
import caffe
import argparse
from class_labels import labels
import numpy as np
import matplotlib.pyplot as plt

#main function:parse the arument and predict

# Read a image of flowers and predict which kind of flowers it is.
def main():
parse=argparse.ArgumentParser()
parse.add_argument(
Expand Down

0 comments on commit de9c47f

Please sign in to comment.