Skip to content

Instantly share code, notes, and snippets.

@redwrasse
Created July 17, 2020 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save redwrasse/2398d23c2d79752dea73a367f08f78c1 to your computer and use it in GitHub Desktop.
Save redwrasse/2398d23c2d79752dea73a367f08f78c1 to your computer and use it in GitHub Desktop.
object tracker step 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Object Tracking Service</title>
<h1>Object Tracker</h1>
</head>
<body>
<video controls width="1250">
<source src="https://motchallenge.net/sequenceVideos/MOT17-04-DPM-raw.webm"
type="video/webm">
Sorry, your browser doesn't support embedded videos.
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment