Commit 82a5b13b authored by holzinger's avatar holzinger
Browse files

Update README.md

parent 0dadabf6
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ ALL_LABELS_FILE is a text file that contains all the labels.

* **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):
* to create an equal distribution without intersecting pictures we used the following [script](preprocessing/coco_preprocessing/100.py):
```
python 100.py
```
@@ -244,7 +244,6 @@ multilabel:
## Additional material

[Forschungsplan](/Demo/forschungsplan.pdf)  
TODO: Spezifiktaionsvortrag  
[Abschlussvortrag](/Demo/abschlussvortrag_softwareprojekt.pdf)  

## References