unibas-gravis / scalismo-seed.g8

A minimal seed template for a Scalismo build
Apache License 2.0
1 stars 5 forks source link

The problem showed in IntelliJ : Could not read stl mesh (received error code 20002.. #7

Closed herfrain closed 4 years ago

herfrain commented 4 years ago

scalismo.initialize()

// read a mesh from file, In this part, the error appeared val mesh = MeshIO.readMesh(new File("data/facemesh.stl")).get

herfrain commented 4 years ago

but in terminal, use "sbt run" , it is successful

herfrain commented 4 years ago

oh,i find it,the reason is the name of directory,it must be english

Ghazi-Bouabene commented 4 years ago

OK great, I will close the issue then.

herfrain commented 4 years ago

Thank you :)