... | ... | @@ -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
|
|
|
|
|
|
```
|
... | ... | |