martinResearch / DEODR

A differentiable 3D renderer with Pytorch, Tensorflow and Matlab interfaces
BSD 2-Clause "Simplified" License
369 stars 23 forks source link

wrong number of vertices #250

Closed martinResearch closed 4 months ago

martinResearch commented 5 months ago

We use self.nb_vertices = int(np.max(faces)) + 1 which can be wrong in some case where some vertices at the end of the vertices array are not used by any face which then lead to crashes

martinResearch commented 4 months ago

should be solved in version 0.2.2

martinResearch commented 4 months ago

should be solved in version 0.2.2