chaneyddtt / Coarse-to-fine-3D-Animal

MIT License
34 stars 9 forks source link

How to generate 'mesh_down_sampling_4.npz' ? #8

Open G-Apple1 opened 11 months ago

G-Apple1 commented 11 months ago

If i have a SMAL model, how can i convert it to 'mesh_down_sampling_4.npz' like you did?

I see you have a reply that mentions coma, and I see a coma folder in your code, but I don't see a save code for np.save(*.npz).

chaneyddtt commented 11 months ago

Hi @G-Apple1, I use the code below to generate the file: image

G-Apple1 commented 11 months ago

Hi @G-Apple1, I use the code below to generate the file: image

Thanks!!!