Skip to content

Commit

Permalink
run from existing image
Browse files Browse the repository at this point in the history
  • Loading branch information
djjayeeta committed May 14, 2017
1 parent ded3461 commit 3054aa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fuzzy_c_spatial_spectral.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def fuzzy_cluster(image_path,datetime_str):
maxconn=8
itertion_number = 1
data = get_data_from_pickle(image_path)
print data
# print data
row = len(data)
col = len(data[0])
channel = len(data[0][0])
Expand Down Expand Up @@ -307,7 +307,7 @@ def fuzzy_cluster(image_path,datetime_str):

def run_fuzzy(image_path):
datetime_str = str(datetime.now()).replace(" ","")
create_image(image_path)
# create_image(image_path)
image_name = image_path.split(".")[0]
start_time = timeit.default_timer()
save_pickle_from_image(image_path)
Expand Down

0 comments on commit 3054aa7

Please sign in to comment.