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
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:
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
:tpu/models/official/detection/projects/vild/preprocessing/create_lvis_tf_record.py
Line 215 in 01b6706
and
tpu/models/official/detection/projects/vild/preprocessing/create_lvis_tf_record.py
Line 266 in 01b6706
add
FLAGS.dest_dir
twice to the path, which incurs issues.The text was updated successfully, but these errors were encountered: