biigle / maia

:m: BIIGLE module for the Machine Learning Assisted Image Annotation method
GNU General Public License v3.0
2 stars 3 forks source link

Run asynchronous postprocessing #14

Closed mzur closed 5 years ago

mzur commented 5 years ago

https://github.com/biigle/maia/blob/bc3888a72f9136ec0da6cdbc7a7bc9854fe396a4/src/resources/scripts/novelty-detection/DetectionRunner.py#L49

Run the postprocessing above in one asynchronous process so the novelty detection training etc. can continue faster. Take a look at the futures module for this.