Na-Z / sess

[CVPR2020 Oral] SESS: Self-Ensembling Semi-Supervised 3D Object Detection
MIT License
138 stars 29 forks source link

A Parameter Is Missing in SunrgbdDetectionVotesDataset #3

Closed XiwuChen closed 4 years ago

XiwuChen commented 4 years ago

Hello.

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

You use the test_transductive parameter in eval.py. https://github.com/Na-Z/sess/blob/653c90df4b39ee550f3e1ae98142e9245a81537e/eval.py#L97-L100

But there is no such parameter in the class SunrgbdDetectionVotesDataset. https://github.com/Na-Z/sess/blob/653c90df4b39ee550f3e1ae98142e9245a81537e/sunrgbd/sunrgbd_detection_dataset.py#L42-L45

Hope you can fix this issue as soon. Thanks.

Na-Z commented 4 years ago

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