Spaces:
Runtime error
Runtime error
da03
commited on
Commit
·
801bf02
1
Parent(s):
5434768
online_data_generation.py
CHANGED
@@ -351,7 +351,7 @@ def process_session_file(log_file, clean_state):
|
|
351 |
|
352 |
# Save comparison image
|
353 |
Image.fromarray(comparison).save(
|
354 |
-
os.path.join(debug_dir, f'debug_{
|
355 |
)
|
356 |
print(f"\nDebug visualizations saved to {debug_dir}")
|
357 |
sink.close()
|
|
|
351 |
|
352 |
# Save comparison image
|
353 |
Image.fromarray(comparison).save(
|
354 |
+
os.path.join(debug_dir, f'debug_{image_num}_{idx}_{keys[idx]}.png')
|
355 |
)
|
356 |
print(f"\nDebug visualizations saved to {debug_dir}")
|
357 |
sink.close()
|