Git Product home page Git Product logo

geo_tutorial's Introduction

GEO_tutorial

This repository contains documentation and code for the GEO lecture .

1. derece başlık

2. derece başlık

3. derece başlık


  • Bu normal fontlu bir cümle.

  • Bu italic fontlu bir cümle.

  • Bu da italic fontlu bir cümle.

  • Bu kalın fontlu bir cümle

  • Bu da neden kalın fontlu bir cümle olmasın?

    def forward(self, x):
        """Sequentially pass `x` trough model`s encoder, decoder and heads"""
        features = self.encoder(x) # Extract features 

        decoder_output = self.decoder(*features) # Decoder output for segmentation task
        pred = self.segmentation_head(decoder_output) # Feed the decoder output to the segmentation head

        reconstruct_decoder_output = self.skipless_decoder(*features) # Decoder output for reconstruction task
        reconst_mask = self.reconstruct_segmentation_head(reconstruct_decoder_output) # Feed the decoder output to the reconstruction head

        return pred,reconst_mask

If you find our work beneficial, consider citing our paper!

Dataset used in this work is from SpaceNet6 challange. See the arXiv paper here: "SpaceNet 6: Multi-Sensor All Weather Mapping Dataset"

  • ITU_LOGO
  • UHUZAM_LOGO
              precision    recall  f1-score   support

    building       0.90      0.86      0.88  38508672
not_building       0.99      0.99      0.99 547096448

    accuracy                           0.98 585605120
   macro avg       0.95      0.93      0.94 585605120
weighted avg       0.98      0.98      0.98 585605120

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.