yewzijian / 3DFeatNet

3DFeat-Net: Weakly Supervised Local 3D Features for Point Cloud Registration
MIT License
220 stars 46 forks source link

Problems executing train.py #22

Open MinSheng8852 opened 1 year ago

MinSheng8852 commented 1 year ago

Traceback (most recent call last): File "train.py", line 327, in train() File "train.py", line 99, in train train_data = DataGenerator(train_file, num_cols=args.data_dim) File "/home/3DFeatNet/data/datagenerator.py", line 21, in init self.load_metadata(filename) File "/home/3DFeatNet/data/datagenerator.py", line 34, in load_metadata fname, positives, negatives = [l.strip() for l in line.split('|')] ValueError: not enough values to unpack (expected 3, got 1)

May I ask how to add parameters to make the program run normally? Thanks a lot.