alezuech

Results 2 issues of alezuech

I'm running the following code in a for loop, just to test it: slice1 = trimesh.intersections.slice_mesh_plane(cubo, plane_normal=triRandomVector(True), plane_origin=triRandomOrigin(cube), cap=True, cached_dots=None) slice2 = trimesh.intersections.slice_mesh_plane(cubo, plane_normal=triRandomVector(True), plane_origin=triRandomOrigin(cube), cap=True, cached_dots=None) union = trimesh.boolean.union([slice2,...

Hi @hojonathanho. First of all, thank you for your code. I'm training the model on 256x256 images of the celeb_a_hq dataset taken from Kaggle. The parameters I'm using are: -...