Open Amnesiae opened 1 year ago
yes,I also tried to merge the downloaded dataset, but this error occurred. What could be the problem?
Traceback (most recent call last):
File "/mnt/workspace/workgroup/chenlei/paper/GLIGEN/tsv_split_merge.py", line 325, in
Modify these lines:
# lineidx_files = files[0:N//2]
# tsv_files = files[N//2:N]
lineidx_files = sorted([f for f in files if f.endswith('lineidx')])
tsv_files = sorted([f for f in files if f.endswith('tsv')])
Can you provide the merged flickr tsv dataset? the file I merged using the tsv_split_merge.py does not work