We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What should I do with the downloaded dataset? root_train_data_dir = 'W:\模型\EventPointPose-main\DHP19EPC_dataset\train_MeanLabel_extract'
# path of valid data root_valid_data_dir = 'W:\\模型\EventPointPose-main\\DHP19EPC_dataset\\test_MeanLabel_extract' train_dataset = DHP19EPC( args, root_data_dir=root_train_data_dir + 'data//', root_label_dir=root_train_data_dir + 'label//', root_3Dlabel_dir=root_train_data_dir + '3Dlabel//', root_dict_dir=root_train_data_dir + 'Point_Num_Dict.npy',
What should be filled in for these paths above?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What should I do with the downloaded dataset?
root_train_data_dir = 'W:\模型\EventPointPose-main\DHP19EPC_dataset\train_MeanLabel_extract'
What should be filled in for these paths above?
The text was updated successfully, but these errors were encountered: