Re: Error in working with Dict

2013-04-01 Thread Dave Angel
On 04/01/2013 09:50 AM, inshu chauhan wrote: I have this program which is working with 2 dictionaries segments, class_counts.. but I am getting an error mentioned below the programme. import cv from itertools import * from math import floor, sqrt, ceil from numpy import array, dot, subtract, add

Re: Error in working with Dict

2013-04-01 Thread Vincent Vande Vyvre
Le 01/04/13 15:50, inshu chauhan a écrit : > I have this program which is working with 2 dictionaries segments, > class_counts.. but I am getting an error mentioned below the programme. > > import cv > from itertools import * > from math import floor, sqrt, ceil > from numpy import array, dot, sub