Giter Site home page Giter Site logo

zhengweisrc / cardetectionexample Goto Github PK

View Code? Open in Web Editor NEW

This project forked from implus/cardetectionexample

0.0 1.0 0.0 66.7 MB

Sinovation Ventures Challenge

License: Apache License 2.0

Python 38.77% Dockerfile 0.02% C++ 2.50% Cuda 3.47% Jupyter Notebook 55.20% Shell 0.04%

cardetectionexample's Introduction

CarDetectionExample

Sinovation Ventures Challenge

Installation

Please refer to install.md for installation and dataset preparation.

Get Started

Please see getting_started.md for the basic usage of MMDetection.

Quick Example of ATSS baseline for Car Detection

Link the dataset to the folder "./data/" under this repo.

ln -s path/to/dataset data

Train

./tools/dist_train.sh local_config/atss_r50_fpn_ms12.py 8

Note that the model of this example is trained under 8-GPU settings. If you donot have enough GPU cards, try to adjust some related settings for efficient training.

Run test_example.ipynb to see detected results (see as follows) of pretrained baseline model. The baseline model is relatively weak, try your best to improve it~!

car_detection

Test & Submit Result

./tools/dist_test.sh local_config/atss_r50_fpn_ms12.py pretrain_model/atss_r50_fpn_ms12.model 8 --format-only --options "jsonfile_prefix=./submit_atss_r50_fpn_ms12_results"

Complexity Check

Pay attention to the constraints of the complexity for your detectors. The following commands are used for official judgements, with 640x400 images for inference.

python3 ./tools/get_flops.py local_config/atss_r50_fpn_ms12.py --shape 640 400
python3 ./tools/benchmark.py local_config/atss_r50_fpn_ms12.py pretrain_model/atss_r50_fpn_ms12.model --fuse-conv-bn

About MMDetection Framework

MMDetection is an open source project that is contributed by researchers and engineers from various colleges and companies. The technical report is on ArXiv.

Documentation: https://mmdetection.readthedocs.io/

The branch works with PyTorch 1.3 to 1.5.

This project is released under the Apache 2.0 license.

cardetectionexample's People

Contributors

implus avatar

Watchers

 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.