GithubHelp home page GithubHelp logo

roodry67 / yolo_cpp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from for-aiur/yolo_cpp

0.0 1.0 0.0 227 KB

C++ed version of Yolo

License: Other

CMake 0.45% C++ 59.90% C 31.47% Python 0.52% Cuda 7.66%

yolo_cpp's Introduction

yolo_cpp

C++ed version of Darknet

This is a repository for the developers who need to integrate yolo into their c++ projects. Only contribution to the original darknet code is a simple wrapper class around object detection functionality. You can immediately start building up a cpp project based on YOLO object detection.

What is Yolo and Darknet

Darknet is an open source neural network framework written in C and CUDA. It is fast, easy to install, and supports CPU and GPU computation.

For more information see the Darknet project website.

For questions or issues please use the Google Group.

Requirements

  • OpenCV
  • CUDA
  • pthreads

As opposed to the original darknet, it is not possible to compile without CUDA and OpenCV.

Usage

mkdir build
cd build
cmake ..
make 

What you get is the following executables in the source folder.

  • darknet -> This does the same job as the original darknet, but compiled with g++
  • darknet_cpp -> This is a sample application demonstrates the usage of my yolo wrapper

You can copy all auxilary files from original darknet project and run example commands on the darknet website without any adjustment.

If you want to develop a cpp application just add a new folder in /app folder, configure your cmake environment and there you go.

yolo_cpp's People

Contributors

for-aiur avatar

Watchers

 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.