aharley commited on
Commit
06519e4
·
1 Parent(s): 44c7dd4

updated videos

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -878,7 +878,7 @@ with gr.Blocks() as demo:
878
 
879
  gr.Markdown("# ⚡ AllTracker: Efficient Dense Point Tracking at High Resolution")
880
  gr.Markdown("<div style='text-align: left;'> \
881
- <p>Welcome to <a href='https://alltracker.github.io/' target='_blank'>AllTracker</a>! This space demonstrates all-pixel tracking in videos.</p> \
882
  <p>To get started, simply upload your <b>.mp4</b> video, or click on one of the example videos. The shorter the video, the faster the processing. We recommend submitting videos under 20 seconds long.</p> \
883
  <p>After picking a video, click \"Submit\" to load the frames into the app, and optionally choose a frame (using the slider), and then click \"Track\".</p> \
884
  <p>For full info on how this works, check out our <a href='https://github.com/aharley/alltracker/' target='_blank'>GitHub Repo</a>!</p> \
@@ -898,8 +898,8 @@ with gr.Blocks() as demo:
898
  # with gr.Accordion("Sample videos", open=True) as video_in_drawer:
899
  with gr.Row():
900
  butterfly = os.path.join(os.path.dirname(__file__), "videos", "butterfly_800.mp4")
901
- monkey = os.path.join(os.path.dirname(__file__), "videos", "monkey_28.mp4")
902
- groundbox = os.path.join(os.path.dirname(__file__), "videos", "ground-box-comp.mp4")
903
  apple = os.path.join(os.path.dirname(__file__), "videos", "apple.mp4")
904
  grasp_sponge_800 = os.path.join(os.path.dirname(__file__), "videos", "grasp_sponge_800.mp4")
905
  # dog = os.path.join(os.path.dirname(__file__), "videos", "dog.mp4")
 
878
 
879
  gr.Markdown("# ⚡ AllTracker: Efficient Dense Point Tracking at High Resolution")
880
  gr.Markdown("<div style='text-align: left;'> \
881
+ <p>Welcome to <a href='https://alltracker.github.io/' target='_blank'>AllTracker</a>! This demo runs our model to perform all-pixel tracking in a video of your choice.</p> \
882
  <p>To get started, simply upload your <b>.mp4</b> video, or click on one of the example videos. The shorter the video, the faster the processing. We recommend submitting videos under 20 seconds long.</p> \
883
  <p>After picking a video, click \"Submit\" to load the frames into the app, and optionally choose a frame (using the slider), and then click \"Track\".</p> \
884
  <p>For full info on how this works, check out our <a href='https://github.com/aharley/alltracker/' target='_blank'>GitHub Repo</a>!</p> \
 
898
  # with gr.Accordion("Sample videos", open=True) as video_in_drawer:
899
  with gr.Row():
900
  butterfly = os.path.join(os.path.dirname(__file__), "videos", "butterfly_800.mp4")
901
+ monkey = os.path.join(os.path.dirname(__file__), "videos", "monkey_800.mp4")
902
+ groundbox = os.path.join(os.path.dirname(__file__), "videos", "groundbox_800.mp4")
903
  apple = os.path.join(os.path.dirname(__file__), "videos", "apple.mp4")
904
  grasp_sponge_800 = os.path.join(os.path.dirname(__file__), "videos", "grasp_sponge_800.mp4")
905
  # dog = os.path.join(os.path.dirname(__file__), "videos", "dog.mp4")