Giter VIP home page Giter VIP logo

inaturalist-kaggle-competition's Introduction

iNaturalist-Kaggle-Competition

Code submitted in the iNaturalist Kaggle Competition

The code contains two different nets.

The first nets is the well-known inception-resnet model. The code allows to load pretrained weights from Imagenet, and perform transfer learning for use them in the new dataset.

The second model is a Harris corner detection model. It is a deep novel implementation of the famous Harris corner detections, where corner score maps have been blurred in order to obtain areas of maximum activation. Those maps are convoluted with normalized images with the objective of giving maximum values on those areas, it works as an attention map in the code.

Normalized images and Harris map images go through the inception-resnet model giving as a result the final features used for training.

A simple convolution layer is used for the final stage of the classification. From features map to a prediction vector.

inaturalist-kaggle-competition's People

Contributors

axelbarroso avatar

Watchers

James Cloos avatar Hong Qin 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.