Commit 4eb1e854 authored by holzinger's avatar holzinger
Browse files

Update README.md

parent 2cb944da
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -178,6 +178,7 @@ ALL_LABELS_FILE is a text file that contains all the labels.
  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.
* the vector for a single picture can be extracted with the following scripts for the respective models: [vector_from_image_singlelabel.py](/preprocessing/vector_from_image_singlelabel.py) and [vector_from_image_multilabel.py](/preprocessing/vector_from_image_multilabel.py)  
    example use:

    ```
    python vector_from_image_multilabel.py \
    --image ../some_test_images/cat3.jpg \