Code Monkey home page Code Monkey logo

trafficez's Introduction

TrafficEZ

Smart Traffic Solution using Computer Vision for Edge devices.

Author: Isidro Butaslac

Installation

Check if curl is installed:

curl --version

If not, install with:

sudo apt-get install curl

Download the installer:

curl -L -o install.sh $(curl -s https://api.github.com/repos/sid410/TrafficEZ/releases/latest | grep browser_download_url | grep install.sh | cut -d '"' -f 4)

Make it executable then run:

chmod +x ./install.sh
./install.sh

Documentation

https://imb410.github.io/TrafficEZ-Documentation/

Environments guide

  • Require OpenCV 4.9.0 version or above.
  • Code should be built on Ubuntu 22.04.3 LTS x86_64 (headless server to be deployed).
  • Use CMake 3.22.1 or above (latest stable version from apt in the above Ubuntu version).
  • For Linux toolchain, use the following versions or above:
    • GNU Make 4.3
    • gcc, g++ version 11.4.0
    • gdb version 12.1

Useful Supplementary tools

RTSP streamer for debugging:

https://github.com/sid410/RTSP-streamer

Covert YOLO pytorch to ONNX models:

https://github.com/sid410/ConvertYOLO-Pytorch-Onnx

Instance Segmentation using ORT:

https://github.com/sid410/YOLOv8-Instance-Segmentation-CPP

trafficez's People

Contributors

sid410 avatar

Stargazers

Isidro Butaslac avatar

Watchers

Joever E Monceda avatar  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.