Code Monkey home page Code Monkey logo

detection_from_videofile's Introduction

detction_from_videoFile

utility program which create from source video file to video file cantaining detection result

how to install

  1. run $ src/init/init.sh

  2. modify GPU architecture number written in src/geye_car/CAR_TRACKING/CAR_TRACKING.makefile and src/geye_pds/CAR_TRACKING/CAR_TRACKING.makefile

  3. rewrite shared memory path written in src/autonomous_driving_system/data_for_shm.h (replace all /home/hirabayashi/ to YOUR_INSTALL_PATH)

  4. run $ make and $ make install under src/ sub directory

how to use

run

    $ cd shell/ 
    $ ./run.sh [--nocar, --nopds, --nosgn, --noline]
    ##### If "detection complete!" is displayed 
    ##### or you want to terminate program halfway
    $ ./run.sh --terminate  # if this is not executed, program keep on working on background.

The file named "src.avi" will be processed and "dst_video/detection_result.avi" will be created.

Note

This program assumes that input video file is "640 x 480 size" and "named src.avi". To fullfill this condition, please run

    put target video file in src_video/
    $ cd src_video/ 
    $ sh ./set_srcVideo.sh <target_video_file_name>

(This script requires "ffmpeg")

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.