Skip to content

Object detection framework focused on application

License

Notifications You must be signed in to change notification settings

philtrade/mantisshrimp

 
 

Repository files navigation

MantisShrimp

MantisShrimp is in very early development, all contributions are welcome! Be sure to check the issues board =)

tests docs codecov black license


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).

Hall of Fame

This library is only made possible because of @all-contributors, thank you ♥️ ♥️ ♥️

image0image1image2image3image4image5image6image7

Install

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'

Quick start

Check this tutorial file for a quick introduction.

Be sure to also check all other tutorials in the tutorials/ folder.

Contributing

Check our contributing guide.

FAQs and Feature Requests

Please check our FAQs page. For Feature Requests and more questions raise a github issue.

We will be happy to answer.

About

Object detection framework focused on application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Dockerfile 2.5%