Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +1 -1
my_model/tabs/home.py
CHANGED
@@ -45,7 +45,7 @@ def run_home() -> None:
|
|
45 |
robust VQA capabilities, as they push the boundaries of the Visual Turing Test and bring us closer to
|
46 |
achieving true human-like AI cognition.
|
47 |
|
48 |
-
Unlike other vision-language tasks, VQA requires many
|
49 |
including: **Object recognition**, **Object detection**, **Attribute classification**, **Scene
|
50 |
classification**, **Counting**, **Activity recognition**, **Spatial relationships among objects**,
|
51 |
and **Commonsense reasoning**. These VQA tasks often do not require external factual knowledge and only
|
|
|
45 |
robust VQA capabilities, as they push the boundaries of the Visual Turing Test and bring us closer to
|
46 |
achieving true human-like AI cognition.
|
47 |
|
48 |
+
Unlike other vision-language tasks, VQA requires many Computer Vision sub-tasks to be solved in the process,
|
49 |
including: **Object recognition**, **Object detection**, **Attribute classification**, **Scene
|
50 |
classification**, **Counting**, **Activity recognition**, **Spatial relationships among objects**,
|
51 |
and **Commonsense reasoning**. These VQA tasks often do not require external factual knowledge and only
|