Giter VIP home page Giter VIP logo

yolov3-polygon's Introduction

Yolov3-Polygon

This is a implementation of rotation object detecion based on YOLOv3-quadrangle. I upgraded it to support pytorch 1.1 or higher and fix some bugs. Object detection in arbitrary orientations is achieved by detecting four corner points, the model has been tested on remote sensing dataset UCAS-AOD. The results and trained models can be found here.

training

dataset

The annotations of your own dataset need to be converted into DOTA format.

imagesets

Generate imageset file via utils/generate_imageset.py

config

Run utils/kmeans.py to generate preset anchors.

Modify two parts in cfg/yolov3.cfg : 1. classes 2. conv filter before yolo layer should be (8+cls+1)*3.

Modify training sets in .data file.

Modify classnames in data/*.names.

eval

prepare labels:

python datasets/UCAS_AOD/ucas_aod2gt.py

conduct evaluation:

python eval.py

detect

python detect.py

Detections

Thanks to

YOLOv3-quadrangle

mAP calculation

ultralytics yolov3

yolov3-polygon's People

Contributors

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