Na-Z / sess

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

an error when eval the model #7

Closed zyoungDL closed 3 years ago

zyoungDL commented 3 years ago

Traceback (most recent call last): File "eval.py", line 100, in test_transductive = FLAGS.transductive) File "/root/sess-master/scannet/scannet_detection_dataset.py", line 67, in init os.path.join(self.raw_data_path, labeled_sample_list)).readlines()] AttributeError: 'ScannetDetectionDataset' object has no attribute 'raw_data_path'

zyoungDL commented 3 years ago

can you tell me the right path of the raw data? Thank you.

Na-Z commented 3 years ago

Hi, the path should be "ROOT_DIR + 'scannet/meta_data'". Pls see the latest commit.

zyoungDL commented 3 years ago

好的, 谢谢