Giter VIP home page Giter VIP logo

pick-the-plastic---object_detection's Introduction

Object-detection---Plastic

## About The Project

The supervised plastic detection model uses customized Yolov5 object detection model that obtains the input from raspberry pi camera and then object detection is processed using a python code which is then directed to a website that displays the output of the captured image.

(back to top)

DETECTION RESULT : pick-the-plastic

### Built With

(back to top)

Getting Started

We need raspberry pi 3 or higher version along the pi OS

Prerequisites

how to install them

  • Pi OS
    [OS] https://www.raspberrypi.com/software/
  • Google Colaboratory

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. clone the repository
git clone https://github.com/ultralytics/yolov5
  1. Install the requirements
    cd yolov5
    pip install -qr requirements.txt

(back to top)

Procedure

  1. Create a new google colab

  2. Upload the data and labelling data set and unzip it using the following code.

    !zip -r /content/yolov5/train_data.zip /content/yolov5/train_data
    !unzip -q /content/yolov5/train_data.zip -d ../
  3. Replace the custom.yaml file with the coco128.yaml

  4. Exexute the python script in google colab and place the output of runs folder into the raspberry pi

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.