-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
daf2a3e
commit a8a0741
Showing
1 changed file
with
12 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# ship_dataset | ||
The code provided here serves as an example of how to download satellite imagery from planet.com to form a dataset. The dataset created here is of images either including ships or not and can be used to train a ship recognition model. | ||
|
||
The notebooks contains detailed steps and instructions. Even though it's not always perfectly clean - sorry for that! | ||
|
||
The full story of this code and it's application purpose can be found in my blogpost: | ||
Please read it to understand the thought process behind the code :) | ||
|
||
Here are also some known issues found from visual dataset inspection. | ||
|
||
## Known issues: | ||
- Some wrong labeled non-ships are downloaded and created. Those were found using visual inspection. It was pretty obvious. | ||
- We do have some cloud covered datapoints. | ||
- In some ship samples we cannot see the ship - This can be due to ship size, wrong AIS data or the ship moved to far in the past minute. |