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

A Parameter Is Missing in SunrgbdDetectionVotesDataset #3

Closed
XiwuChen opened this issue Jul 20, 2020 · 1 comment
Closed

A Parameter Is Missing in SunrgbdDetectionVotesDataset #3

XiwuChen opened this issue Jul 20, 2020 · 1 comment

Comments

@XiwuChen
Copy link

Hello.

There may be some mistakes in the initial function of the class SunrgbdDetectionVotesDataset.

You use the test_transductive parameter in eval.py.

sess/eval.py

Lines 97 to 100 in 653c90d

TEST_DATASET = ScannetDetectionDataset(split_set, num_points=NUM_POINT, augment=False,
use_color=FLAGS.use_color, use_height=(not FLAGS.no_height),
labeled_sample_list=FLAGS.labeled_sample_list,
test_transductive = FLAGS.transductive)

But there is no such parameter in the class SunrgbdDetectionVotesDataset.

class SunrgbdDetectionVotesDataset(Dataset):
def __init__(self, split_set='train', labeled_ratio=0.1, labeled_sample_list=None,
num_points=20000, use_color=False, use_height=False, use_v1=False,
augment=False, scan_idx_list=None):

Hope you can fix this issue as soon.
Thanks.

@XiwuChen XiwuChen changed the title A Parameter Is Missing in SunrgbdDetectionVotesDataset. A Parameter Is Missing in SunrgbdDetectionVotesDataset Jul 20, 2020
@Na-Z
Copy link
Owner

Na-Z commented Jul 21, 2020

Thanks for pointing out the issue. I have fixed it, please refer to the latest version.

@Na-Z Na-Z closed this as completed Jul 26, 2020
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

2 participants