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

ViLD: issue in tfrecords creation #988

Open
xwjabc opened this issue Jul 21, 2022 · 1 comment
Open

ViLD: issue in tfrecords creation #988

xwjabc opened this issue Jul 21, 2022 · 1 comment

Comments

@xwjabc
Copy link

xwjabc commented Jul 21, 2022

In the preprocessing step for ViLD, a series of tfrecord files should be created. However, there is an issue in the file path of the tfrecords to create. In create_lvis_tf_record.py:


and

add FLAGS.dest_dir twice to the path, which incurs issues.

@adakan4
Copy link

adakan4 commented Jan 2, 2023

I also encountered this error, my solution was to replace osp.join(FLAGS.dest_dir, record_filename)) on line 215 with record_filename).

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

2 participants