Skip to content

Commit 3fedc29

Browse files
committed
Add folders
1 parent bdd0eac commit 3fedc29

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ What are companies doing?
175175
This section explores the different techniques (DL, ML & classical) people are applying to common problems in satellite imagery analysis. Classification problems are the most simply addressed via DL, object detection is harder, and cloud detection harder still (niche interest).
176176

177177
## Land classification
178-
* Very common problem, typically addressed via CNN. See my notebooks.
178+
* Very common problem, typically addressed via CNN. [See my notebooks](https://github.com/robmarkcole/satellite-image-deep-learning/tree/master/land_classification)
179179

180180
## Object detection
181181
* A typical task is detecting boats on the ocean, which should be simpler than land based challenges owing to blank background in images, but is still challenging and no convincing robust solutions available.

land_classification/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This folder contains my effort on land classification. My approach was to use transfer learning with a CNN.

object_detection/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Object detection (e.g. boats) is challenging enough to be interesting, but of broad enough interest that there are many datasets?

semantic_segmentation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Placeholder

0 commit comments

Comments
 (0)