Skip to content
Snippets Groups Projects
Commit b10c04a9 authored by Baris Büyüktas's avatar Baris Büyüktas
Browse files

Update README.md

parent 347fd577
No related branches found
No related tags found
1 merge request!1Update README.md, data/austria_train.csv, data/switzerland_train.csv,...
...@@ -17,7 +17,7 @@ The code in this repository requires Python 3.7.6, pytorch 1.7.0 and ranger code ...@@ -17,7 +17,7 @@ The code in this repository requires Python 3.7.6, pytorch 1.7.0 and ranger code
The code is tested in Ubuntu 20.04. The code is tested in Ubuntu 20.04.
An exemplary setup which contains everything needed: An exemplary setup which contains everything needed:
```
(1) wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh (1) wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
(2) bash Miniconda3-latest-Linux-x86_64.sh (say yes to append path to bashrc) (2) bash Miniconda3-latest-Linux-x86_64.sh (say yes to append path to bashrc)
(3) source .bashrc (3) source .bashrc
...@@ -30,7 +30,7 @@ An exemplary setup which contains everything needed: ...@@ -30,7 +30,7 @@ An exemplary setup which contains everything needed:
(10) pip install --global-option=build_ext --global-option="-I/usr/include/gdal/" GDAL==<GDAL VERSION FROM OGRINFO> (10) pip install --global-option=build_ext --global-option="-I/usr/include/gdal/" GDAL==<GDAL VERSION FROM OGRINFO>
(11) python ./hashing-and-compression/compression/cpp_exts/setup.py build (11) python ./hashing-and-compression/compression/cpp_exts/setup.py build
(12) python ./hashing-and-compression/compression/cpp_exts/setup.py install (12) python ./hashing-and-compression/compression/cpp_exts/setup.py install
```
## Datasets ## Datasets
* [BigEarthNet](http://bigearth.net) * [BigEarthNet](http://bigearth.net)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment