terraref / drone-pipeline

Generalizing the TERRA REF pipelines for processing data from UAV's
BSD 3-Clause "New" or "Revised" License
2 stars 2 forks source link

For image based extractors, replace "identify" binary with a list of acceptable file extensions #77

Closed Chris-Schnaufer closed 4 years ago

Chris-Schnaufer commented 5 years ago

Task to do Replace the use of a binary image type identifier with a simple file name extension check. This will reduce the compute overhead and make code maintenance easier.

Reason Faster, cleaner code

Result Less overhead when running extractors that need to identify image files.

Extractors

Chris-Schnaufer commented 4 years ago

Closing as obsolete due to move to transformers