Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
shamsherthind authored Sep 29, 2024
1 parent 5019dfc commit 2b7c9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datasets/segment3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def all_base_cloud_ids(self):
`{'train': [...], 'val': [...], 'test': [...]}`
"""
return {
'train': ['DrumPlant_Tank_rotate45_classified4.las',"DrumPlant_Tank_rotate45_classified8.las"],
'train': ['DrumPlant_Tank_rotate45_classified4.las',"DrumPlant_Tank_rotate45_classified8.las","DrumPlant_Tank_rotate45_classified.las"],
'val': ['DrumPlant_Tank_rotate45_classified_sample2.las', 'DrumPlant_Tank_rotate45_classified_sample1.las'],
'test': ['DrumPlant_Tank_rotate45_classified_small.las']
}
Expand Down

0 comments on commit 2b7c9fe

Please sign in to comment.