Changes
Page history
Update Multimodal Dataset Creation - Phrasing
authored
Sep 09, 2022
by
5guel
Hide whitespace changes
Inline
Side-by-side
content/Multimodal-Dataset-Creation.md
View page @
79e61370
...
...
@@ -144,14 +144,12 @@ Let's say we want that the main images of the sentences have the same size (224x
python main.py --resized_main_images ../data/resizedImages
```
If we are only interested in the multimodal sentences. Then,
We can filter for sentences that are multimodal. Then, only these are saved in the document
```
python main.py --multimodal_sents_only on
```
will filter out the non multimodal sentences.
Let's say we want to process at most 10 documents which have at most 5 sentences and they should be picked randomly
```
...
...
...
...