Closed slashtechno closed 9 months ago
I just remembered that objects_and_peoples
is the same for all sources. I'm going to merge the PR with this in mind and fix it when I add more detection and configuration parameters.
The Dockerfile should also be updated once the problem with torch
versions being switched between is resolved.
It should now be possible to use multiple sources. For this to be useful, better configuration (toml maybe) should be added. This PR also updates dependencies and should make GPU dependencies optional. However, it seems
poetry install -E cuda --with gpu
switches every run between GPU and CPU fortorch
. This might be a Poetry issue.