An open API service indexing awesome lists of open source software.

https://github.com/kartik4949/detectia

A highly flexible, scalable object detection library based on YOLO and SSD like architecture in TensorFlow.
https://github.com/kartik4949/detectia

deeplearning machinelearning objectdetection python tensorflow

Last synced: 30 days ago
JSON representation

A highly flexible, scalable object detection library based on YOLO and SSD like architecture in TensorFlow.

Awesome Lists containing this project

README

          

# Detectia
[![codecov](https://codecov.io/gh/kartik4949/detectia/branch/main/graph/badge.svg?token=GI2JZI4B22)](https://codecov.io/gh/kartik4949/detectia)

### A highly flexible, scalable object detection library with detectors based on YOLO and Retinanet like architecture and distibuting strategies in TensorFlow.

## TODOs
- [x] Add Backbone.
- [x] Add Datamodule.
- [x] Add Configuration.
- [x] Add Tests.
- [x] Add AnchorEncoder and Decoder.
- [x] Add FPN and Model Builder.
- [ ] Add Training Script.
- [ ] Add Evaluators.

## Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.

1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request