SINTEF / pyopia

Python Ocean Particle Image Analysis
https://pyopia.readthedocs.io
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

Dictionary lookups in Classify.preprocessing may slow down processing #318

Closed nepstad closed 2 months ago

nepstad commented 2 months ago

Image size from the model is looked up for every ROI call, instead of once in the init function. Profiling indicates that this takes a significant amount of time. Move the lookup to the class init function to resolve.