You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cloning the repo from scratch and using either just the json feats or the full dataset, running augment_trajectories.py with no changes throws this error for me for all trajectories:
Original Image Count 514, New Image Count 0
Traceback (most recent call last):
File "/home/jesse/alfred/gen/scripts/augment_trajectories.py", line 264, in run
augment_traj(env, json_file)
File "/home/jesse/alfred/gen/scripts/augment_trajectories.py", line 244, in augment_traj
raise Exception("WARNING: the augmented sequence length doesn't match the original")
Exception: WARNING: the augmented sequence length doesn't match the original
Error: Exception("WARNING: the augmented sequence length doesn't match the original")
The text was updated successfully, but these errors were encountered:
@jesbu1, this is a bit strange. It looks like no new images are being saved. Do you see some agents running around in ai2thor windows? Is anything being saved at all?
When cloning the repo from scratch and using either just the json feats or the full dataset, running
augment_trajectories.py
with no changes throws this error for me for all trajectories:The text was updated successfully, but these errors were encountered: