Coder Social home page Coder Social logo

yiwc / odysseyalpha Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 1.0 101.98 MB

A new KUKA IIWA LBR robot operation system by Yiwen Chen, from Advanced Robotics Center, NUS.

Python 51.28% Java 1.44% Shell 3.08% MATLAB 1.54% C++ 25.04% C 0.84% Cuda 6.89% Makefile 5.36% CMake 3.91% GLSL 0.21% Dockerfile 0.08% Common Lisp 0.22% JavaScript 0.10%

odysseyalpha's Introduction

Introduction

Demo Video

https://drive.google.com/file/d/1hkisMa2LTrxH8xd4LbyMy1s35OdmSRwm/view?usp=sharing

Architecture

Architecture Architecture

Install and Usage

Environment

ubuntu 16.04 conda dependencies: see environment.yml cuda: 9.2

Download Weights Manually

https://drive.google.com/file/d/1yD8FOPCnh3q-j7pekfab4pfkV8t3dN2x/view?usp=sharing

put weights in the root

Run

python CYWMain.py
or
python3 CYWMain.py\

Reference

###1. Stereolabs ZED - YOLO 3D in Python

This package lets you use YOLO the deep learning object detector using the ZED stereo camera in Python 3.

The left image will be used to display the detected objects alongside the distance of each, using the ZED Depth.

Prerequisites
Setup ZED Python

Download and install the ZED Python wrapper following the instructions, to make sure everything works you sould try a sample.

Setup Darknet

We will use a fork of darknet from @AlexeyAB : https://github.com/AlexeyAB/darknet

  • It is already present in the folder libdarknet
  • Simply call make in the folder
    cd libdarknet
    make -j4
  • For more information regarding the compilation instructions, check the darknet Readme here
Setup the application
  • Download the model file, for instance Yolov3 tiny
    wget https://pjreddie.com/media/files/yolov3-tiny.weights
Run the application

To launch the ZED with YOLO simply run the script :

    python3 darknet_zed.py

The input parameters can be changed using the command line :

    python3 darknet_zed.py -c <config> -w <weight> -m <meta> -t <threshold> -s <svo_file>

For instance :

    python3 darknet_zed.py -c cfg/yolov3.cfg -w yolov3.weights -m cfg/coco.data -t 0.5

To display the help :

    python3 darknet_zed.py -h

odysseyalpha's People

Contributors

yiwc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

tianxu1991

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.