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

Implement Delphi #9

Closed dlangenk closed 7 years ago

mzur commented 7 years ago

The tool is here and located in /vol/biodtmin/htdocs/olymp/pan/delphi.

The detect C++ script will be rewritten in Python to provide the same API than the existing detect.py. In the end the LP detection should offer the heuristic and Delphi. Delphi only works if there are x images in the volume with manually annotated laserpoints.

dlangenk commented 7 years ago

The process is split into two files. The delphiGather script computes data needed by all following detection jobs and after completion the delphiApply script is run for each image separately. delphiGather uses json as input and delphiApply cmdLine interface.

mzur commented 7 years ago

@dlangenk Can you update detect.py in the develop branch so it only does the manual detection for 2, 3 and 4 laserpoints (i.e. remove the heuristic stuff)?