Coder Social home page Coder Social logo

iip_kiosk's Introduction

IIP_kiosk

clone

git clone --recursive https://github.com/kooBH/IIP_Demo.git

--recursive 을 해야 서브 모듈로 들어가있는 의존성 라이브러리를 가져올 수 있습니다.
몇몇 라이브러리는 private 입니다.

이미 clone 한 상태에서 서브 모듈을 받으려면

git submoudle init
git submodule update

를 하십시오.

build

해당 프로젝트와 각각의 모듈, 예제들은 각각의 CMakeLists.txt 를 통해 테스트 프로그램을 빌드할 수 있어야합니다.

<CMakeLists.txt 가 있는 위치에서> 
< mkdir 또는 cd > < build 또는 bin >
cmake ..
make -j

example

KwidgetASR : curl을 이용한 ASR API 사용 예제, QtFramework를 사용한 test 코드가 있으며, ETRI ASR APU를 사용하는 ASR_ETRI 코드가 있다.
dlib_face_detection : opencv를 활용한 dlib을 사용한 face detection 예제
get_audio_n_STFT : 마이크로 입력을 받아서 STFT를 수행하는 예제
run_python_model_in_cpp : (테스트 코드 링크만 있음) pytorch 모델을 cpp에서 불러서 inference를 수행하는 예제

Libraries

name usage link
MLDR(private) Preprocess https://github.com/kooBH/MLDR
STFT Preprocess https://github.com/kooBH/STFT
opencv Face Detection https://github.com/opencv/opencv
opencv_contrib Face Detection https://github.com/opencv/opencv_contrib
dlib Face Detection https://github.com/davisking/dlib
serial Sonar Sensor https://github.com/wjwwood/serial
MB1414 Sonar Sensor https://github.com/kooBH/MB1414
WAV Audio I/O https://github.com/kooBH/WAV
RtAudioWrapper Audio I/O https://github.com/kooBH/RtAudioWrapper

iip_kiosk's People

Contributors

koobh avatar

Stargazers

Jaehyun avatar Won Jeong avatar Joon Park 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.