Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing traj.txt in data\jaws_dolly_zoom_mask #6

Open
Elaine10 opened this issue Feb 27, 2025 · 0 comments
Open

Missing traj.txt in data\jaws_dolly_zoom_mask #6

Elaine10 opened this issue Feb 27, 2025 · 0 comments

Comments

@Elaine10
Copy link

Hi,

I'm really impressed by your work! Thank you for sharing this great project.

I encountered an issue while trying to reproduce the results. When running the following command:

python jaws/run.py --config-name batch_jaws data_dir=path/to/data/dir/flame_steak_frms_time/ xp_name=xp_name jaws.target_dir=data/jaws_dolly_zoom_mask datamodule=jaws_dollyzoom.yaml

At the final stage of execution, the code section:

# Save copy of GT
os.system(f"cp {target_traj_file} {model.jaws_dir}")
os.system(
f"evo_ape kitti {target_traj_file}
{dir_to_outputfile}
--save_results {output_res_dir_ape}"
)
os.system(
f"evo_rpe kitti {target_traj_file}
{dir_to_outputfile}
--save_results {output_res_dir_rpe}"
)

throws an error stating:

jaws_dolly_zoom_mask/traj.txt not found

It seems that traj.txt is missing. Is this ground truth file supposed to be included in the dataset, or should it be generated somewhere during the execution?

I would really appreciate any guidance on resolving this issue.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant