Update Multimodal Dataset Creation - Phrasing authored by 5guel's avatar 5guel
...@@ -144,14 +144,12 @@ Let's say we want that the main images of the sentences have the same size (224x ...@@ -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 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 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 Let's say we want to process at most 10 documents which have at most 5 sentences and they should be picked randomly
``` ```
... ...
......