Skip to content

Instantly share code, notes, and snippets.

@neelriyer
Created July 19, 2020 06:08
Show Gist options
  • Save neelriyer/ba33eb7e2770473d74b358066cb0058e to your computer and use it in GitHub Desktop.
Save neelriyer/ba33eb7e2770473d74b358066cb0058e to your computer and use it in GitHub Desktop.
detectron2 web app frontend
<!DOCTYPE html>
<html lang="en">
<body>
<h1 style="text-align:center;">Detectron2 Web App</h1>
<br>
<h2>Detectron2 Instance Segmentation</h2>
<form action = "/detect" method = "POST" enctype = "multipart/form-data">
<input type = "file" name = "file" />
<input name = "submit" type = "submit"/>
</form>
<form action = "/detect" method = "GET" enctype = "multipart/form-data">
<input type="text" name="url">
<input type = "submit"/>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment