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

Improve detection script #5

Closed mzur closed 7 years ago

mzur commented 7 years ago

I've attached an excerpt of the logging of failed laserpoint detections. There are 579 code 1, 462 code 2, 72 code 3 and 310 code 5 errors along with the command that produced the error (in the line preceding the error code). These can be used to improve or debug the detection script.

mzur commented 7 years ago

The Python script was updated and no longer uses different exit codes. Refer to this version of the script for the logfile above.

Also see this error for possible improvements. (18be1af7c43398da5c6fcdf5a0d7baed69d98071)

mzur commented 7 years ago

The detection will be improved with Delphi ( #9 ).