Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanchenJu committed Dec 8, 2024
1 parent 490e4c9 commit b60f90a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DenseMatcher/static/js/switch_videos.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,13 @@ function loadContent(humanContent1, humanContent2, robotContent, caption, isImag
'Transferring Pre-labelled Keypoints to New Objects and Poking Them with a Pen',
true
);
});

document.addEventListener('DOMContentLoaded', function() {
loadContent(
'./static/our_videos/human_video/new_banana.mp4',
null,
'./static/our_videos/robot_video/new_banana_robot1.mp4',
'Peeling a Banana'
);
});

0 comments on commit b60f90a

Please sign in to comment.