Git Product home page Git Product logo

efficientcentredet's Introduction

EfficientCentreDet

This is a hybrid variety of detection models which is inspired from bothe centrenet and EfficientDet. This model is as fast as centrenet and much accurate due to the fusion blocks. The model is designed such that it can detect small and medium objects accurately.

Data

This model is trained on the wheat data which is available in kaggle.
You can find the data here : https://www.kaggle.com/c/global-wheat-detection/data

objectives

  1. Speed along with accuracy
  2. Detecting small objects

Highlights

  1. Bi-fpn blocks in the architecture to ensure good fusion of higher and lower level feature vectors.
  2. Loss is penalized such that model learns smaller objects better.
  3. Both NMS and maxpooling can be used with this model.(NMS gave better results than maxpooling.)
  4. Adding noise drastically increased performance.

Improvements that can be done

  1. Splitting the data in a startified way. Considering, the height of bounding box to height of image or width of bounding box to width of image as parameter and splitting the data and ensembling the models might improve the performance.
  2. Data mixup augmentation.(src : https://www.youtube.com/watch?v=a-VQfQqIMrE)

Results

'Result1' 'Result2' 'Result3'

efficientcentredet's People

Contributors

mano3-1 avatar

Watchers

 avatar

Forkers

ai-club-at-nitc

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.