Git Product home page Git Product logo

agora-object-detection's Introduction

agora-object-detection

An object detection model build over the Agora's 1-to-1 video call. This model not only allows you to detect the objects over the call but also extract those objects as images.

Prerequisites

  1. Agora.io developer account (with app ID)
  2. Python3

Quick Start

Jump right into the code and see how to extract objects over agora's video call interface:

  1. Create an account on agora.io. From the project manager create a new project and use the given app ID for this video call.
  2. Open Object Detection folder and install all the python requirements through the terminal command
pip install -r requirements.txt
  1. Open ObjectDetection.py and paste your app ID over there along with a suitable channel name.
  2. Download the yolo dataset from here(https://github.com/OlafenwaMoses/ImageAI/releases/download/1.0/resnet50_coco_best_v2.0.1.h5) and paste it to the ObjectDetection directory
  3. Now open a sample agora video call channel and paste the same app ID and channel name over there and click join
  4. Run ObjectDetection.py - this will take the frames from the video call and apply object detection using ImageAI.
  5. All the extracted objects can be seen in the folder named - "test_output.png-objects"

agora-object-detection's People

Contributors

meherdeep avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.