biigle / laserpoints

:m: BIIGLE module to perform a heuristic laser point detection on images
GNU General Public License v3.0
0 stars 0 forks source link

Memory consumption with lots of manual laser points #15

Closed mzur closed 7 years ago

mzur commented 7 years ago

If a volume has a large number of manually set laser points the delphiApply script consumes a huge amount of memory (here). We have to make this more memory efficient.

mzur commented 7 years ago

Now we get the error:

Traceback (most recent call last):
  File "delphiApply.py", line 32, in <module>
    lpMap[sel[0][sel2], sel[1][sel2]] = 1
    IndexError: arrays used as indices must be of integer (or boolean) type