Coder Social home page Coder Social logo

roger-lj91 / fadnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gtzly/fadnet

0.0 0.0 0.0 8.37 MB

Implementation for Monocular 3D Object Detection with Sequential Feature Association and Depth Hint Augmentation.

Python 41.49% Shell 0.02% C++ 28.85% C 4.86% Cuda 24.78%

fadnet's Introduction

FADNet

Implementation for Monocular 3D Object Detection with Sequential Feature Association and Depth Hint Augmentation. For now, we only release the testing code and the pretrained model that yields the reported performance on KITTI3D test set. The training codes and more pretrained models will be released. Some of the codes in this repository are borrowed from SMOKE, CenterNet, and 3D BoundingBox.

Environment

  • NVIDIA RTX 2080Ti
  • Ubuntu=16.04, cuda=10.0
  • python=3.6
  • torch==1.6.0, torchvision==0.7.0
  • tqdm, easydict, scikit-image

Preparation

--kitti  
    --training  
        --calib  
        --image_2   
        --label_2  
    --testing  
        --calib   
        --image_2  
  • Clone the repository. $ git clone https://github.com/gtzly/FADNet

  • Establish a soft link to KITTI3D dataset.
    $ cd FADNet
    $ ln -s path_to_kitti ./data

  • Install DCNv2.
    $ cd lib/layers/DCNv2
    $ bash ./make.sh

  • Download the pretrained model and put it under a folder named as 'checkpoint'.
    $ cd ../../..
    $ mkdir checkpoint
    $ mv final.pth checkpoint

Getting Started

  • Running FADNet on KITTI3D test set with the pretrained model.
    $ python scripts/test.py

  • Visualize the detection results.
    $ python scripts/visualize.py

Evaluation

  • The performance on KITTI3D test set:

    Benchmark Easy Moderate Hard
    Car (Detection) 96.15 % 90.49 % 80.71 %
    Car (Orientation) 95.89 % 89.84 % 79.98 %
    Car (3D Detection) 16.37 % 9.92 % 8.05 %
    Car (Bird's Eye View) 23.00 % 14.22 % 12.56 %

Note: The above statistics are accessible on the KIITI official website. Readers can submit the test results obtained by the provided pretrained model to the KITTI3D benchmark to verify the reported performance. However, this is strongly discouraged by the KITTI official team to prevent the abuse of test set.

  • Check the qualitative results under ./output/vis_test

Acknowledgement

fadnet's People

Contributors

gtzly 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.