zamba
zamba copied to clipboard
A Python package for identifying 42 kinds of animals, training custom models, and estimating distance from camera trap videos
Workflow failed: [tests #713](https://github.com/drivendataorg/zamba/actions/runs/8863517970)
Fixes a small typo in the docs with instructions for importing the `ModelManager` class. From: ```python from zamba.models.manager import ModelManager ``` To: ```python from zamba.models.model_manager import ModelManager ```
Per #240, @sambujangfofana and I implemented this by separating the base context inference for the multiprocessor for the trainer. We did by setting the base context of multiprocessing_context to not...
Per #198, @aaronphilip19 and I implemented this by defining the default split_proporitions values. We then added a check to see if the provided split column is equal to the default...
Per #196, @aaronphilip19 and I implemented this by defining the configuration file, data directory, csv file path, and the checkpoint based on user input and default values. We then prompted...
Attempted to resolve issues #122 and #144 . Added test cases for bad video and testing splits per the comments and issue 122. Expanded on the hardware dependent configs as...
Workflow failed: [tests #695](https://github.com/drivendataorg/zamba/actions/runs/8756285665)
Workflow failed: [tests #714](https://github.com/drivendataorg/zamba/actions/runs/8954183552)
Workflow failed: [tests #754](https://github.com/drivendataorg/zamba/actions/runs/9823065535)
Workflow failed: [tests #753](https://github.com/drivendataorg/zamba/actions/runs/9727869250)