shanggao edit the tools class

This commit is contained in:
memoryunreal
2023-04-13 19:04:57 +00:00
parent ebd63a5152
commit 6d477b3ae3
3 changed files with 31 additions and 3 deletions

8
app.py
View File

@@ -5,6 +5,14 @@ import cv2
import time
from PIL import Image
import numpy as np
from tools.interact_tools import initialize
initialize()
def pause_video(play_state):
print("user pause_video")
play_state.append(time.time())