Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfis committed Mar 25, 2024
1 parent e1c5e06 commit 15e435c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webstreaming.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
from flask import Response
from flask import Flask
from flask import render_template
import numpy as np
import threading
import argparse
import datetime
import time
import cv2
Expand Down Expand Up @@ -72,7 +70,6 @@ def detect_stream(model: EdgeTPUModel, video_device: str):
cam.release()



def append_objs_to_img(image, inference_size, objs, labels):
height, width, channels = image.shape
scale_x, scale_y = width / inference_size[0], height / inference_size[1]
Expand Down

0 comments on commit 15e435c

Please sign in to comment.