Commit bd5b1199 authored by raojy's avatar raojy 💬
Browse files

Update README.md

parent 52215e4c
...@@ -72,21 +72,21 @@ python example_bagel.py \ ...@@ -72,21 +72,21 @@ python example_bagel.py \
python example.py \ python example.py \
--image_paths examples/Q1_1.png \ --image_paths examples/Q1_1.png \
--question "Question: Consider the real-world 3D locations of the objects. Which is closer to the sink, the toilet paper or the towel?\nOptions: \nA. toilet paper\nB. towel\nGive me the answer letter directly. The best answer is:" \ --question "Question: Consider the real-world 3D locations of the objects. Which is closer to the sink, the toilet paper or the towel?\nOptions: \nA. toilet paper\nB. towel\nGive me the answer letter directly. The best answer is:" \
--model_path sensenova/SenseNova-SI-1.5-InternVL3-8B --model_path sensenova/SenseNova-SI-1.4-InternVL3-8B
``` ```
##### Example 2 ##### Example 2
``` ```
python example.py \ python example.py \
--image_paths examples/Q2_1.png examples/Q2_2.png \ --image_paths examples/Q2_1.png examples/Q2_2.png \
--question "If the landscape painting is on the east side of the bedroom, where is the window located in the bedroom?\nOptions: A. North side, B. South side, C. West side, D. East side\nAnswer with the option's letter from the given choices directly. Enclose the option's letter within ``." \ --question "If the landscape painting is on the east side of the bedroom, where is the window located in the bedroom?\nOptions: A. North side, B. South side, C. West side, D. East side\nAnswer with the option's letter from the given choices directly. Enclose the option's letter within ``." \
--model_path sensenova/SenseNova-SI-1.5-InternVL3-8B --model_path sensenova/SenseNova-SI-1.4-InternVL3-8B
``` ```
##### Example 3 ##### Example 3
``` ```
python example.py \ python example.py \
--image_paths examples/Q3_1.png examples/Q3_2.png examples/Q3_3.png \ --image_paths examples/Q3_1.png examples/Q3_2.png examples/Q3_3.png \
--question "The robot is making tea. What is the order in which the pictures were taken?" \ --question "The robot is making tea. What is the order in which the pictures were taken?" \
--model_path sensenova/SenseNova-SI-1.3-InternVL3-8B --model_path sensenova/SenseNova-SI-1.4-InternVL3-8B
``` ```
##### Example 4 ##### Example 4
``` ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment