Skip to content

Commit

Permalink
new correct code
Browse files Browse the repository at this point in the history
  • Loading branch information
apple authored and apple committed May 14, 2017
1 parent 3499bd3 commit 6be5f28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run_ss_fuzzy.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import ss_fuzzy


pickle_file = "data/test_image.pickle"
cluster_number = 4
output_file = "data/output"

ss_fuzzy.segment(pickle_file,cluster_number,output_file)

0 comments on commit 6be5f28

Please sign in to comment.