textured-mesh-gen icon indicating copy to clipboard operation
textured-mesh-gen copied to clipboard

Assertion failed when train with parameterisation pushing

Open yuta-tech opened this issue 4 years ago • 0 comments

I try to train cub dataset with parameterisation pushing. But Assertion error occurred while iterations. What is the cause?

My environment is Ubunut 16.04LTS python 3.6.10 tensorflow 1.13.1 Gurobi 8.1.1

Error Text

Solved in 95 iterations and 0.01 seconds Optimal objective 1.147218512e+01 python: textured-mesh-gen/src/mesh_intersections/mesh_intersections.cpp:504: get_segment_vertex_indices(const Vector3i&, const Vector3i&, const IntersectionVertex&)::<lambda(const std::array<float, 3>&, const Vector3i&)>: Assertion `barycentric[1] > edge_epsilon && barycentric[2] > edge_epsilon' failed.

yuta-tech avatar Jul 29 '20 05:07 yuta-tech