Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
e750aef
1
Parent(s):
0a01c1a
main.py
CHANGED
|
@@ -346,6 +346,8 @@ async def websocket_endpoint(websocket: WebSocket):
|
|
| 346 |
start_time = time.time()
|
| 347 |
|
| 348 |
# Predict the next frame based on the previous frames and actions
|
|
|
|
|
|
|
| 349 |
next_frame, next_frame_append = predict_next_frame(previous_frames, previous_actions)
|
| 350 |
# Load and append the corresponding ground truth image instead of model output
|
| 351 |
print ('here4', len(previous_frames))
|
|
|
|
| 346 |
start_time = time.time()
|
| 347 |
|
| 348 |
# Predict the next frame based on the previous frames and actions
|
| 349 |
+
print ('predicting', f"record_100/image_{82+len(previous_frames)}.png")
|
| 350 |
+
|
| 351 |
next_frame, next_frame_append = predict_next_frame(previous_frames, previous_actions)
|
| 352 |
# Load and append the corresponding ground truth image instead of model output
|
| 353 |
print ('here4', len(previous_frames))
|