happylun / SketchModeling

Source code for the Sketch Modeling project: reconstruct a 3D shape from line drawing sketches.
https://people.cs.umass.edu/~zlun/papers/SketchModeling/
GNU General Public License v3.0
142 stars 49 forks source link

problem in loadSketch (vector subscript out of range) #9

Closed EvMac0 closed 5 years ago

EvMac0 commented 5 years ago

After some time i finnaly fixed issue with "vector subscript out of range", maybe it can helped anyone. If you enter parametrs witch not ended "/" slash - you got exception: "vector subscript out of range". Just add slash on end of path and all will be fine!