Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

mooseetws/mooseetws-tensorflow-detection

Open more actions menu

Repository files navigation

mooseetws-edge-computing

Object detection based on tensorflow serving REST API, risk identification and reporting.

Containers

  • Tensorflow serving

    • Serve pre-trained models using tensorflow serving REST API
    • Used ssdlite_mobilenet_v2_coco_2018_05_09
    • API endpoint:
    curl --request GET \
      --url http://localhost:8501/v1/models/ssdlite_mobilenet_v2_coco_2018_05_09
    
    • Predict API:
    curl --request POST \
      --url http://localhost:8501/v1/models/ssdlite_mobilenet_v2_coco_2018_05_09:predict \
      --header 'content-type: application/json' \
      --data '{  "instances": [ "foo", "bar", "baz" ]}'
      
    
  • Camera feeding

    • Periodically scan usb camera and use tensorflow API to detect potential threats.
    • Post notification to cloud service when risks are identified.

Reference:

About

Tensorflow object detection and risk reporting running on RaspberryPI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.