GithubHelp home page GithubHelp logo

sichitong / acis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from everskyrube/acis

0.0 0.0 0.0 55.35 MB

A Real-time Autonomous Crack Inspection System on UAV

Shell 0.52% C++ 86.55% Python 9.36% C 1.50% Makefile 0.50% CMake 1.09% M4 0.49%

acis's Introduction

ACIS

A Real-time Autonomous Crack Inspection System on UAV

A crack inspection system on UAV accurately computes the cracks' positions only relied on a RGB-D camera.

ACIS_DEMO

Publications

Tse, K.-W.; Pi, R.; Sun, Y.; Wen, C.-Y.; Feng, Y. A Novel Real-Time Autonomous Crack Inspection System Based on Unmanned Aerial Vehicles. Sensors 2023, 23, 3418.

Requirements

Build instructions on Linux

  1. clone repository into working space
cd ~/catkin_ws/src
clone this repository to ~/catkin_ws/src folder 
  1. Install 3rd Party library
cd ~/catkin_ws/src/ACIS/3rdPartLib/
./install3rdPartLib.sh
  1. Compile
cd ~/catkin_ws
catkin_make

How to use (to detect cracks in our experiment)

  1. Download the config, weight and obj.names files from Here
  2. Change the path of these lines:
static string cfg_path
static string weight_path
static string classid_path
  1. Compile and launch camera node for crack detection:
cd ~/catkin_ws
rosrun ACIS camera
  1. To visualize 2-D bounding boxes, uncomment the line drawBoundingBox
yolo.drawBoundingBox(image_rgb);
  1. To visualize the estimate of object position in inertial frame, launch rviz node:
cd ~/catkin_ws
roslaunch ACIS rviz.launch
  1. To improve the detection speed or accuracy, change the default input size yoloNet
static yoloNet yolo = yoloNet(cfg_path, weight_path, classid_path, 608, 608, 0.5);

How to use (to inspect objects in our experiment)

  1. Connect the quadrotor with flight controller and launch mavros
roslaunch mavros px4.launch 
  1. Launch the D455i camera by realsense-ros
roslaunch realsense2_camera rs_camera.launch align_depth:=true
  1. Launch the camera node and fj005 node:
cd ~/catkin_ws
roslaunch ACIS fj005.launch
  1. To visualize the detected object and flight trajectory in inertial frame, launch rviz node:
cd ~/catkin_ws
roslaunch ACIS rviz.launch

Maintainer

Kwai-wa Tse (Dept.AAE,PolyU): [email protected]

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.