IndexError: narray: index out of range (While working with Ocropus)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Saad Bin Ahmed
    New Member
    • Jul 2011
    • 25

    IndexError: narray: index out of range (While working with Ocropus)

    I am working with ocropus for the purpose to binarize and segments the unsegmented images. I use command to binarize the image files by ocropus as

    Code:
    ocropus-binarize -o book /home/images/*.tif
    By using the above mentioned command it worked fine for few images but after sometime it prompts an error message as shown below,

    Code:
    File "/usr/local/bin/ocropus-binarize", line 151, in <module>
       result = pool.map(process1, jobs)
    File "/usr/lib/python2.7/multiprocessing/pool.py"
       return self.map_async(func, iterable, chunksize).get()
    File "/usr/lib/python2.7/multiprocessing/pool.py", line 517, in get
       raise self._value
    IndexError: narray: index out of range
    Any help regarding the matter would be highly appreciative.
Working...