Huiwenshi commited on
Commit
d0e49e5
·
verified ·
1 Parent(s): b342770

Upload ./third_party/mesh_baker.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. third_party/mesh_baker.py +3 -2
third_party/mesh_baker.py CHANGED
@@ -165,9 +165,10 @@ class MeshBaker:
165
 
166
  print("\nBaking Finished\n")
167
  return obj_path
168
-
169
 
170
  if __name__ == "__main__":
171
  baker = MeshBaker()
172
  obj_path = baker("./outputs/test")
173
- print(obj_path)
 
 
165
 
166
  print("\nBaking Finished\n")
167
  return obj_path
168
+
169
 
170
  if __name__ == "__main__":
171
  baker = MeshBaker()
172
  obj_path = baker("./outputs/test")
173
+ print(obj_path)
174
+