Skip to content

LimaoC/super-resolution-for-satellite-imagery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STAT3007 Project

STAT3007 2024 Semester 1 Group Project

Setting up the environment

General environment

Note you may need to substitue "python" with "python3" or "py" in the following commands depending on your Python installation

After cloning the repo navigate to its location, for example

cd ~/GitHub/stat3007-project

Next create a virtual environment.

python -m venv myenv

Activate the virtual environment. For windows

source myenv/Scripts/activate

For POSIX

source myenv/bin/activate

For windows only, you can install requirements with the following.

pip install -r requirements.txt

Install our project package in edit mode

pip install -e .

Start a Jupyter Lab server

jupyter lab

You should now be able to run the notebook at super_resolution/notebooks/example_notebook.ipynb.

To deactivate the virtual environment when done, use

deactivate

About

Super Resolution for Sentinel-2 and VENμS Satellite Imagery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published