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

Implementation of "Leveraging 2D Data to Learn Textured 3D Mesh Generation" [CVPR 2020 oral]

Results 2 textured-mesh-gen issues
Sort by recently updated
recently updated
newest added

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...

In the src/train.py file, the library meshzoo is used line 654 and the function .iso_sphere() seems to not exist anymore. Replaced by .icosa_sphere() according to what I found (https://github.com/nschloe/meshzoo)