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

floorplan_dataset_maps #33

Open
mikrocosmoss opened this issue Jun 4, 2024 · 0 comments
Open

floorplan_dataset_maps #33

mikrocosmoss opened this issue Jun 4, 2024 · 0 comments

Comments

@mikrocosmoss
Copy link

	if split == 'train':
		self.subgraphs = np.load('{}/train_data.npy'.format(self.shapes_path), allow_pickle=True)
		self.augment = True
	elif split == 'eval':
		self.subgraphs = np.load('{}/train_data.npy'.format(self.shapes_path), allow_pickle=True)
		self.augment = False

When split == 'eval',why the dataset still use the "tran_data",is there anything wrong?

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

1 participant