Giter VIP home page Giter VIP logo

yolo-uav's Introduction

YOLO-Fine

Keras (TF Backend) implementation of YOLO-Fine


674

674_detect


What is YOLO-Fine?

YOLO-Fine[1] is a novel one-stage detector for detecting and classifying small vehicles from aerial and satellite imagery.


Our dataset

We trained YOLO-Fine[1] on the VEDAI (https://downloads.greyc.fr/vedai/) dataset. Anchors were generated using k-means clustering, and can be found in the ./vedai_anchors.txt file. Classes were set to 0 to focus on bounding box classification.


Usage:

Use with sample weights:

Run ./yolo_image.py

python ./yolo_image.py

Train on your dataset:

Modify train.py with your:

  • Annotations file
  • Anchors file
  • Classes file
  • Input shape
  • Training epochs
  • Target batch size

Then run ./train.py

Note that the model will train with the darknet body frozen, and will then unfreeze those layers and continue training.

python ./yolo_image.py

Acknowledgments

We would like to thank the authors of the originial YOLO-Fine paper as well as @pjreddie and @qqwweee.


References

[1] Pham, Minh-Tan et al. “YOLO-Fine: One-Stage Detector of Small Objects Under Various Backgrounds in Remote Sensing Images.” Remote Sensing 12.15 (2020): 2501. Available: http://dx.doi.org/10.3390/rs12152501.

yolo-uav's People

Contributors

sk-ram 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.