Git Product home page Git Product logo

aerialcrackdetection's Introduction

AerialCrackDetection_Keras

AerialCrackDetection_Keras is a project about object detection from aerial imagery using pavament crack data. The project uses the open source software library Keras and Tensorflow, with a ZF or VGG16 or ZF or VGG16 or GoogleNet or ResNet50 or ResNet101 neuronal networks. AerialCrackDetection_Keras is based on Faster RCNN.

    PS: The project is only the original version, the improved version is not open.

First part : Collecting data

  • The first part is collecting and labeling aerial pictures.
  • Most of the pictures are from School of Aerospace Engineering, Beijing Institute of Technology.
  • You can use LabelImg to analyze them and label them.
  • You can find the AerialCrackDataset in my Google Drive.
  • If you find AerialCrackDataset useful in your research, please consider citing:
    @inproceedings{
        Author = {Bo Wang},
        Title = {AerialCrackDataset: Towards Object Detection with Dataset},
        Laboratory = {Key Laboratory of Optoelectronic Imaging Technology and System, 
                      Ministry of Education, School of Optoelectronics, 
                      Beijing Institute of Technology},
        Year = {2017}
    }

Second part : Installing and Configuration

  • You need install Tensorflow and Keras.
  • If you want to use the Pre-trained ImageNet models: VGG16 or ResNet50, you need download them from here.
cd $FRCN_ROOT
mkdir model
cd model
# put the Pre-trained ImageNet models here

Third part : Training with Keras

  • The third part is training the detection and classification model.
cd $FRCN_ROOT
./train.py [--path] [--network]
# --path is the dataset location you want to train
# --net in {ZF, VGG16, GoogleNet, ResNet50, ResNet101} is the network arch to use

Fourth part : Testing with Keras

  • The Fourth part is testing the detection and classification model.
cd $FRCN_ROOT
./test.py [--path] [--network]
# --path is the dataset location you want to test
# --net in {ZF, VGG16, GoogleNet, ResNet50, ResNet101} is the network arch to use

aerialcrackdetection's People

Contributors

ttmronald avatar

Watchers

James Cloos 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.