Skip to content

Nithish-github/Efficientnetb7-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Efficientnetb7-Pytorch- Conser-vision Practice Area: Image Classification Driven Data

What is Efficientnet ?

Take a quick look at the offcial paper where I have highlighted the key points in it. docs

alt text

Key Take Aways !

  1. Efficientnet uses the Compound Scaling Method to Scale the depth , width and resolution.

  2. The compound scaling method makes sense be- cause if the input image is bigger, then the network needs more layers to increase the receptive field and more channels to capture more fine-grained patterns on the bigger image.

  3. compound scaling method, uses a compound coefficient φ to uniformly scales network width, depth, and resolution in a principled way.

    alt text

Problem Description

Goal is to classify species in camera trap images collected by the Wild Chimpanzee Foundation and the Max Planck Institute for Evolutionary Anthropology. The images include birds, civets, duikers, hogs, leopards, monkeys, rodents, and empty images. Build a model to help researchers identify the species in these images.

alt text

alt text

alt text

These are some images from the challenge. For a more in-depth understanding, look into the problem link

Output

I achieved an accuracy of 0.782 with 10 epochs.
Look into the notebook for a complete walkthrough.

alt text

References

  1. Efficientnet Pytroch Implementation - Github repo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published