Commit 6e190c7
authored
fix generated filelistapply
from ShapeNet#7:
The lines in shape_list are like
--
02691156 10155655850468db78d106ce0a280f87
02691156 1021a0914a7207aff927ed529ad90a11
..
--
, so modelId should be x.rstrip().split(' ')[1], not [0].1 parent 1e3bb65 commit 6e190c7
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments