Skip to content

srikrish2812/satellite_image_classification_cv

Repository files navigation

IITTP CV Project EE19B030, CS19B015

  1. In this project, we developed and trained two deep-learning models on a satellite image dataset from Kaggle.
  2. The first model is a regular CNN-based model with 17 layers and uses a cross-entropy loss function to learn the weights/kernels. (RegNet17 model)
  3. The second model is based on the residual architecture added to conventional CNNs. This model has 17 layers and uses a cross-entropy loss function for learning the weights/kernels. (ResNet17 model)
  4. Finally, both models were compared for speed and accuracy.
  5. Although RegNet17 is more accurate, ResNet17 has low inference time, which is vital for real-time object classification.
Screenshot 2022-12-04 at 11 30 45 PM Screenshot 2022-12-04 at 11 30 57 PM Screenshot 2022-12-04 at 11 33 20 PM Screenshot 2022-12-04 at 11 33 39 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published