Commit 58842dcb authored by holzinger's avatar holzinger
Browse files

Update README.md

parent c1edf2e4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ TODO

#### Extraction

* Restriction:  
* **Restriction:**  
  Because extracting all vectors from images took too long we limited the dataset to 100 pictures per category, resulting in 8000 vectors total (which are used as input for the LSTM). We expect that this decision will get us inferior end results, but had to be done to stay within time limits.
* to create an equal distribution without intersecting pictures we used the following [script](cnn/preprocessing/100.py):
```