Skip to content

Commit bb664f2

Browse files
committed
add video for sec 1
1 parent ee1fe6d commit bb664f2

21 files changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ <h2 class="title is-3 has-text-centered">INT-ACT Categories</h2>
257257
<br><b>OOD Relation:</b> Relation between objects is different from the training data. For example, if the training data has <code>Put {Source} on {Target}</code>, then the OOD relation can be <code>Put {Target} on {Source}</code>.
258258
</p>
259259
<center>
260-
<img id="cate-image-content" src="./static/images/object_vision_example.svg" style="width: 62vw;" />
260+
<img id="cate-image-content" src="./static/images/ood_objects_example.gif" style="width: 62vw;" />
261261
</center>
262262
</div>
263263
</center>
@@ -286,7 +286,7 @@ <h2 class="title is-3 has-text-centered">INT-ACT Categories</h2>
286286
<br><b>OOD Source + Target:</b> Both source and target objects are not present in BridgeV2.
287287
<br><b>OOD Relation:</b> Relation between objects is different from the training data. For example, if the training data has <code>Put {Source} on {Target}</code>, then the OOD relation can be <code>Put {Target} on {Source}</code>.`;
288288
cateImageElement.classList.remove('hidden');
289-
cateImageElement.src = "./static/images/object_vision_example.svg";
289+
cateImageElement.src = "./static/images/ood_objects_example.gif";
290290
cateImageElement.style.width = "62vw";
291291
cateImageElement.style.height = "auto";
292292
// imageElement.alt = "Image 1";
@@ -312,7 +312,7 @@ <h2 class="title is-3 has-text-centered">INT-ACT Categories</h2>
312312
<br><b>Commonsense:</b> Modify instructions to require commonsense and reasoning (e.g., <code>Put carrot on {Target}</code> &#8594; <code> Put the vegetable that rabbits like on {Target}</code>).
313313
<br><b>Commonsense + Object Distraction:</b> Introduce distractor objects that needs commonsense to distinguish (e.g., Introduce an orange object for task <code>Put orange juice on {Target}</code>).`;
314314
cateImageElement.classList.remove('hidden');
315-
cateImageElement.src = "./static/images/object_vision_example.svg";
315+
cateImageElement.src = "./static/images/visual_thinking.gif";
316316
cateImageElement.style.width = "62vw";
317317
cateImageElement.style.height = "auto";
318318
}
3.91 MB
Loading

static/images/visual_thinking.gif

4.42 MB
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)