资源算法Faster-rcnn_Ship_detection

Faster-rcnn_Ship_detection

2020-04-03 | |  35 |   0 |   0

Requirements

Minimum Version    

Install these toolboxs from MatlabR2018b app manager directly.
A cuda-avilable gpu is auto used in matlab. Make sure you have a GPU, cpu train is very slow.

Screenshots

Introduction

This project include 3 parts.

  • Preprocess

  • Image Enhancement

  • Ship Detection

Preprocess: denoise(medfilt), motionclear(winner filter), compress(wavelet compress) Enhancement: DCT, Color based Ship Detection: Faster-rcnn

Run

  1. download MASTAI and airbus-ship-detection-data, extract to any place. (MASTAI only have main class label without mask. Kaggle airbus data are used to train faster-rcnn.)

  2. add this project to path.

  3. Modify line7-line9 in FasterRcnn/train_faster_rcnn.m according to your dataset's place, train faster-rcnn and use FasterRcnn/test_faster_rcnn.m to test the model.(Install resnet50 according to the tip.)

  4. Test the model's preformance on MASTAI by using test_another_dataset.m.(modify line 5 and line 12.)

  5. Open main.mlapp and run.

Trained Model

I have published trained model: mlp_based_faster_rcnn resnet50_based_faster_rcnn

Others

This project is based on matlab toolobox.




上一篇:FasterRCNN_TF

下一篇:py-faster-rcnn-grasp

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...