Giter Club home page Giter Club logo

image_matching_test_quantum's Introduction

Task 2. Computer vision. Sentinel-2 image matching

Section 1: Project Structure

  • archive: The data folder that you will prepare in the next section. Dataset with the Sentinel2 satellite images.
  • kp_mathing.py: Python script (.py) for model inference.
  • kp_mathing.ipynb: Jupyter Notebook with a detailed solving problem explanation.
  • result_{sample}.jpg: Examples of the model's performance on various data.

Section 2: Environment Setup

To run the project, an isolated environment is recommended to manage dependencies and ensure consistency. Here's how to set up the Anaconda environment for this project:

  1. Create a New Conda Environment:

    • Open the Anaconda Command Prompt.
    • Use the command conda create --name myenv (replace myenv with your desired environment name).
    • Activate the new environment using conda activate myenv.
  2. Install Dependencies:

    • Navigate to the root project directory.
    • Run pip install -r requirements.txt to install the necessary packages.
  3. Download Dataset:

Once the installation is complete, the environment is ready. You can now execute any script from the project within this Conda environment.

image_matching_test_quantum's People

Watchers

Vlad Rudchyk 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.