/object_detection_with_tensorflow

object detection app based on tensorflow api

Primary LanguagePythonMIT LicenseMIT

Google API

models

Google tensorflow models repo. Current commit for this application:

5a5d330539dff11eef79ca2e716fb477baf13cf9

Applications

detection_app

Use existing model for detecting object in a video.

train_model_with_own_data

  • Re-train the model with new dataset. current progress is use public available dataset.

Coming soon

Next step, I will use opencv create by own dataset and train a model on it. In that way we can do some useful thing instead of practicing.