philterd/phileas

Look at separating `phileas-core`

Opened this issue · 0 comments

Look at separating phileas-core to give the user more control over what is used. For instance, the PersonsFilterV2 requires the ONNX Runtime which adds ~250 MB in dependencies. If this filter is not being used, these dependencies unnecessarily take up space.

This is related to #122.