MantisShrimp is in very early development, all contributions are
welcome! Be sure to check the issues
board =)
MantisShrimp
provides a unified data API for object detection that can be used with any library (it can even be injected in code that was not supposed to work as a library, take a look at hub/detr
for an example).
This library is only made possible because of @all-contributors, thank you
Install pytorch via your preferred way.
pip install git+git://github.com/lgvaz/mantisshrimp.git
pip install -U 'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
Check this tutorial file for a quick introduction.
Be sure to also check all other tutorials in the tutorials/
folder.
Check our contributing guide.
Please check our FAQs page. For Feature Requests and more questions raise a github issue.
We will be happy to answer.