Armen-J

Results 3 issues of Armen-J

I have download the xa* data and followed the commands to create "data.mdb", but I run this code: env = lmdb.open(lmdb_path, map_size=1099511627776, max_dbs = 64) train_video = env.open_db("train_video".encode()) I get...

When running the ".\uvatlastool.exe -wf average.obj", the number of vertices in the resulting file is increased. How can I keep it the exact same?

tools

Given a 3D mesh model geometry, with only the vertices and faces in a format like the following, how can I generate the (H, W, 2) UV maps in Numpy...

enhancement