Spaces:
Sleeping
Sleeping
Update my_model/tabs/home.py
Browse files- my_model/tabs/home.py +1 -1
my_model/tabs/home.py
CHANGED
@@ -48,7 +48,7 @@ def run_home() -> None:
|
|
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 **
|
52 |
in rare cases require common-sense reasoning. Furthermore, VQA models cannot derive additional knowledge
|
53 |
from existing VQA datasets should a question require it, therefore **Knowledge-Based Visual Question
|
54 |
Answering (KB-VQA)** has been introduced. KB-VQA is a relatively new extension to VQA with datasets
|
|
|
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 **Common-sense reasoning**. These VQA tasks often do not require external factual knowledge and only
|
52 |
in rare cases require common-sense reasoning. Furthermore, VQA models cannot derive additional knowledge
|
53 |
from existing VQA datasets should a question require it, therefore **Knowledge-Based Visual Question
|
54 |
Answering (KB-VQA)** has been introduced. KB-VQA is a relatively new extension to VQA with datasets
|