Created
          July 19, 2020 06:08 
        
      - 
      
 - 
        
Save neelriyer/ba33eb7e2770473d74b358066cb0058e to your computer and use it in GitHub Desktop.  
    detectron2 web app frontend
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <!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