snowzach / doods2

API for detecting objects in images and video streams using Tensorflow
MIT License
230 stars 30 forks source link

Adding plugin system to extend the capability of doods2 #116

Open charithmadhuranga opened 1 month ago

charithmadhuranga commented 1 month ago

It will be nice to have a way to add custom detectors and functions to doods as a plugin.This will extend the capability of doods and increase the contributions of the community to the project as well.I see most of the project like doods,frigate,deepstack lack this function making them hard for newcomers to use in their own projects.They have to depend on the original authors or experience users contributions to make it usable for them.

snowzach commented 2 weeks ago

Doods can take any other models.. What would you expect this plugin to do?