-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added README; running only notebooks in CI
- Loading branch information
1 parent
9711348
commit 4ce58d7
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
DeepMap code for DL on historical Aerial Images | ||
----------------------------------------------- | ||
|
||
The `notebooks/` folder contains sample exploratory code to get familiar with libraries and APIs for GIS. | ||
The `scripts/` folder contains the preprocessing and training code for the DeepMap model. | ||
|
||
### Installation | ||
|
||
`pip install .` should work, though due to latest `importlib.resources` not supporting directories, | ||
you may need to install the package in editable mode (`pip install -e .`) to run scripts in the `scripts/` folder. | ||
|
||
### Data | ||
|
||
Sample data is included in the `deepmap.data` module. Larger data files are download on demand using the `deepmap.data.ondemand.get_file` function. |