tensorflow / tpu

Reference models and tools for Cloud TPUs.

Home Page:https://cloud.google.com/tpu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ViLD: issue in tfrecords creation

xwjabc opened this issue · comments

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.

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