You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the specified line while compiling i got the error saying IndexError: list index out of range . I printed the sys.argv it has only [segmentart.py] . Can i know what is K and infile is ?
Thanks ,
Karthik
The text was updated successfully, but these errors were encountered:
I came to know that K is number of splits or segments . In given K , it is splitting perfectly .
What is the best way to determine optimal number of K ?
Any idea will help me with my project .
segmentation/code/segmentart.py
Line 11 in a72cac9
From the specified line while compiling i got the error saying IndexError: list index out of range . I printed the sys.argv it has only [segmentart.py] . Can i know what is K and infile is ?
Thanks ,
Karthik
The text was updated successfully, but these errors were encountered: