When I run the run_reconstruction.py for pascal cars, I notice the dimension of vertices is 962x3, but the dimension of UV coordinate is 1054x2. So the mapping between vertices and UV coordinate is not one-to-one.
- Which formula do you use to calculate UV coordinates for each vertex so that the mapping is not one-to-one?
- Which line of code can tell us the mapping between vertices and UV coordinate/coordinates?
When I run the run_reconstruction.py for pascal cars, I notice the dimension of vertices is 962x3, but the dimension of UV coordinate is 1054x2. So the mapping between vertices and UV coordinate is not one-to-one.