-
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
Showing
1 changed file
with
5 additions
and
5 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,16 +1,16 @@ | ||
#The "*lap-script.py*" file will - | ||
# The "*lap-script.py*" file will - | ||
|
||
<pre><code> | ||
1. look if a file exists at *"../data/appa-real-release.zip"* exists - do nothing; else - download dataset from | ||
1. look if a file exists at "*../data/appa-real-release.zip*" exists - do nothing; else - download dataset from | ||
*"http://158.109.8.102/AppaRealAge/appa-real-release.zip*" | ||
|
||
2. look if an extracted file at *"../data/appa-real-release"* exists - do nothing; else - extract downloaded dataset | ||
2. look if an extracted file at "*../data/appa-real-release*" exists - do nothing; else - extract downloaded dataset | ||
|
||
3. create Classification folders in *"../data/LAP"* ranging from 0 to 100 | ||
3. create Classification folders in "*../data/LAP*" ranging from 0 to 100 | ||
|
||
4. open images and creates an array of tupels with the corresponding age value from a csv file | ||
|
||
5. write the images into the fitting Classification folder | ||
|
||
6. create a *"img_counts.txt"* file with the amount of Training, Validiation and Test images | ||
6. create a "*img_counts.txt*" file with the amount of Training, Validiation and Test images | ||
</code></pre> |