Skip to content

Commit

Permalink
#96 formatting problems fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
bwstuff committed Feb 21, 2019
1 parent 53c0f9a commit 01d3515
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/lap_script.md
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>

0 comments on commit 01d3515

Please sign in to comment.