Spaces:
Runtime error
Runtime error
fix runtime
Browse files
app.py
CHANGED
|
@@ -4,7 +4,6 @@ import cv2 #opencv图像处理库
|
|
| 4 |
import cvzone #在图像上绘画
|
| 5 |
import numpy as np
|
| 6 |
import gradio as gr #GUI界面
|
| 7 |
-
from sort import * #运动检测,采用sort算法
|
| 8 |
import tempfile #创建输出临时文件夹
|
| 9 |
import os
|
| 10 |
from detectMotion import * #单独的运动检测
|
|
|
|
| 4 |
import cvzone #在图像上绘画
|
| 5 |
import numpy as np
|
| 6 |
import gradio as gr #GUI界面
|
|
|
|
| 7 |
import tempfile #创建输出临时文件夹
|
| 8 |
import os
|
| 9 |
from detectMotion import * #单独的运动检测
|