Skip to content

waliens/sldc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SLDC

SLDC is a framework created for accelerating development of large image analysis workflows. It is especially well suited for solving more or less complex problems of object detection and classification in multi-gigapixel images.

The framework encapsulates problem-independent logic such as parallelism, memory constraints (due to large image handling) while providing a concise way of declaring problem-dependent components of the implementer's workflows.

tests codecov PyPI package

Documentation

The algorithm used by the framework as well as some toy examples are presented in the Wiki.

Install

Simply: pip install sldc

On windows

On Windows, some .dll are needed by shapely and are not installed by pip when you install sldc. Therefore, you might have to install shapely yourself from conda (i.e. conda install shapely) or from here after having run pip install sldc.

Bindings

The library is image format agnostic and therefore allows you to integrate it with any existing image format by implementing some interfaces. However, some bindings were implemented for integrating SLDC with:

References

If you use SLDC in a scientific publication, we would appreciate citations: Mormont & al., Benelearn, 2016.

The framework was initially developed in the context of this master thesis.

About

An open-source Python framework created for accelerating development of large image analysis workflows

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages