Skip to content
New issue

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

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

Already on GitHub? # to your account

BIWI Dataset Creation #61

Open
LaviniaPedrollo opened this issue Nov 18, 2020 · 2 comments
Open

BIWI Dataset Creation #61

LaviniaPedrollo opened this issue Nov 18, 2020 · 2 comments

Comments

@LaviniaPedrollo
Copy link

LaviniaPedrollo commented Nov 18, 2020

Hi, I see that when You create the BIWI dataset inside the following .py files:

  • /FSA-Net/data/TYY_create_db_biwi.py
  • /FSA-Net/data/TYY_create_db_biwi_70_30.py
    you use this code structure
for num in range(0,24):
		if num<9:
			mypath_obj = mypath+'/0'+str(num+1)
		else:
			mypath_obj = mypath+'/'+str(num+1)
		print(mypath_obj)
		onlyfiles_txt_temp = [f for f in listdir(mypath_obj) if isfile(join(mypath_obj, f)) and join(mypath_obj, f).endswith('.txt')]
		onlyfiles_png_temp = [f for f in listdir(mypath_obj) if isfile(join(mypath_obj, f)) and join(mypath_obj, f).endswith('.png')]
	
		onlyfiles_txt_temp.sort()
		onlyfiles_png_temp.sort()

		onlyfiles_txt.append(onlyfiles_txt_temp)
		onlyfiles_png.append(onlyfiles_png_temp)
	print(len(onlyfiles_txt))
	print(len(onlyfiles_png))

However when downloading the BIWI dataset my BIWI folder has only subfloders (\01,\02,\03,\04,\05).
I have downloaded the dataset from the same source you attached in the README file.

@hushunda
Copy link

hushunda commented Nov 8, 2021

hello,can you share the BIWI dataset by Baiduyun or google drive? This dataset link has failed。

@Algabri
Copy link

Algabri commented Jan 2, 2023

@LaviniaPedrollo, How many subfolders should be?

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

No branches or pull requests

3 participants