McGill-NLP / AURORA

Code and data for the paper: Learning Action and Reasoning-Centric Image Editing from Videos and Simulation
https://aurora-editing.github.io/
MIT License
10 stars 2 forks source link

Update extract_frames.py #6

Closed relh closed 1 month ago

relh commented 1 month ago

python extract_frames.py Traceback (most recent call last): File "/home/relh/Code/AURORA/data/something/extract_frames.py", line 58, in with open(json_file, 'r') as file: ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: 'validation_2K.json'

This file doesn't exist however you have one called valid.json and changing the path here seems to fix extract_frames.py

BennoKrojer commented 1 month ago

Thank you for fixing this, Richard!