Closed XiwuChen closed 4 years ago
Hello.
There may be some mistakes in the initial function of the class SunrgbdDetectionVotesDataset.
SunrgbdDetectionVotesDataset
You use the test_transductive parameter in eval.py. https://github.com/Na-Z/sess/blob/653c90df4b39ee550f3e1ae98142e9245a81537e/eval.py#L97-L100
test_transductive
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.
Thanks for pointing out the issue. I have fixed it, please refer to the latest version.
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-L100But there is no such parameter in the class
SunrgbdDetectionVotesDataset
. https://github.com/Na-Z/sess/blob/653c90df4b39ee550f3e1ae98142e9245a81537e/sunrgbd/sunrgbd_detection_dataset.py#L42-L45Hope you can fix this issue as soon. Thanks.