update return note

This commit is contained in:
Yioutpi
2023-04-14 04:46:20 +08:00
parent d3f737ede5
commit 5ca44baea3

2
app.py
View File

@@ -31,7 +31,7 @@ def get_frames_from_video(video_input, play_state):
video_path:str video_path:str
timestamp:float64 timestamp:float64
Return Return
[[0:nearest_frame-1], [nearest_frame+1], nearest_frame] [[0:nearest_frame], [nearest_frame:], nearest_frame]
""" """
video_path = video_input video_path = video_input
timestamp = play_state[1] - play_state[0] timestamp = play_state[1] - play_state[0]