Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RizwanMunawar committed Dec 15, 2024
1 parent 51d12d4 commit 8ffe250
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ keywords: computer vision, object detection, object tracking, pose estimation, i
<p>Watch a quick overview of our top computer vision projects in action 🚀</p>

<div class="embed-container">
<iframe src="https://drive.google.com/file/d/1MQpoNwFQUXAh7vCcz8oQ_ymYAB0AAR-x/preview"
allow="autoplay">
</iframe>
<video autoplay loop muted playsinline>
<source src="https://github.com/RizwanMunawar/visionusecases/releases/download/v1.0.0/computer-vision-use-cases-demo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>

## Object Detection | Advanced Applications
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ cv2.destroyAllWindows()

It's time to watch the Output 🚀
<div class="embed-container">
<video controls autoplay loop>
<video autoplay loop muted playsinline>
<source src="https://github.com/RizwanMunawar/visionusecases/releases/download/v1.0.0/bird-tracking-with-trajectory.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
Expand Down

0 comments on commit 8ffe250

Please sign in to comment.