GohVh / resnet34-unet

Segmentation model using UNET architecture with ResNet34 as encoder background, designed with PyTorch.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resnet34-Unet

This segmentation model is an UNET architecture with ResNet34 as encoder background.

🌟 Architecture Diagram

πŸ“· *Diagram will be uploaded later

screenshot

πŸƒ Run

Clone the project

  git clone https://github.com/GohVh/resnet34-unet.git

Open your Jupyter notebook/Google Colab notebook

  %run main.py
  %run predict.py

🚩 Results

Loss

screenshot

Score

screenshot

Accuracy

screenshot

Predicted results

screenshot

screenshot

screenshot

🀝 Contact

πŸ’Ž Acknowledgements

The dataset used in this project is a Semantic Drone Dataset focuses on semantic understanding of urban scenes for increasing the safety of autonomous drone flight and landing procedures. This dataset is prepared by a team of members from Institute of Computer Graphics and Vision, Graz University of Technology.

Below are the journal papers of two architectures used in this project:

About

Segmentation model using UNET architecture with ResNet34 as encoder background, designed with PyTorch.


Languages

Language:Python 100.0%