Giter VIP home page Giter VIP logo

cmpd's Introduction

CMPD

Confidence-aware Fusion using Dempster-Shafer Theory for Multispectral Pedestrian Detection

Comparison Results

You can directly click on the link to download our results for drawing the FPPI-MR curve.

Demo

1. Dependencies

You can refer to the environment of MBNet. link

or

You can follow the steps below to configure the environment.

make sure the GPU enviroment is the same as above (cuda10.0,cudnn7.6), otherwise you may have to compile the nms and utils according to https://github.com/endernewton/tf-faster-rcnn. Besides, check the keras version is keras2.1, i find there may be some mistakes if the keras version is higher. To be as simple as possible, I recommend installing the dependencies with Anaconda as follows:

1. conda create -n python36 python=3.6
2. conda activate python36
3. conda install cudatoolkit=10.0
4. conda install cudnn=7.6
5. conda install tensorflow-gpu=1.14
6. conda install keras=2.1
7. conda install opencv
8. python demo.py

2. Demo example

Ensure the composition of the folder is as shown in the figure.

+--data
|   +-- kaist_test
|   |   +-- kaist_test_visible
|   |   +-- kaist_test_lwir
+--output
|   +-- resnet_e7_l280.hdf5
+--framework
+--README.md

The specific operation is as follows.

  1. Check the CMPD model is available at ./output/resnet_e7_l280.hdf5
  2. Enter folder 'framework': cd framework
  3. Run the script: python demo.py
  4. The detection result is saved at ./result/. (This folder will be created automatically. )

Acknowledgements

This pipeline is largely built on MBNet. Thank for this great work. Meanwhile, if you encounter any problems during the configuration process, you can check issue of MBNet to see if you can find answers there.

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.