Coder Social home page Coder Social logo

wondervictor / retinanet Goto Github PK

View Code? Open in Web Editor NEW
7.0 2.0 1.0 1.83 MB

Standard RetinaNet implemented with Pure PyTorch (Work in progress)

License: MIT License

Python 91.07% Makefile 0.12% C++ 0.22% Cuda 8.60%
object-detection retinanet voc coco single-shot-detection

retinanet's Introduction

RetinaNet

Work in progress

Standard RetinaNet implemented with Pure PyTorch

Usage

  • Compile NMS
cd lib/nms
make
  • Modify config.py in cfgs

  • Train

python train.py -d 2 -b 4 -e voc_baseline -ds VOC
  • Test
python test.py -m log/voc_baseline/model_dump/epochxxx.pth -ds VOC -e voc_baseline

will output the detection results in results.det file.

Output File '*.det'

each line is a json string.

{"im_id":'xxxx', "results":[{"class":xxx, "bbox":[xx,xx,xx,xx], "class":xxxx}]}

Benchmarks

Notice: This part is under construction. Evaluation results and models on COCO,PASCAL VOC will be released soon.

Visualization Results

  • PASCAL VOC

Licence

This project is under the MIT Licence

retinanet's People

Contributors

wondervictor avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

leonie-gw

retinanet's Issues

version of pytorch

No matter whether I change 0.3.1 or 0.4.0, there is incompatibility. So which version of the pytorch you are used?

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.