Spaces:
Running
on
Zero
Running
on
Zero
updated videos
Browse files
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
|
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", "
|
902 |
-
groundbox = os.path.join(os.path.dirname(__file__), "videos", "
|
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")
|