Spaces:
Running
on
Zero
Running
on
Zero
frame name fixed
Browse files
src/pixel3dmm/tracking/tracker.py
CHANGED
@@ -1288,7 +1288,7 @@ class Tracker(object):
|
|
1288 |
|
1289 |
# --- export the posed mesh, using the correct face indices field ---
|
1290 |
os.makedirs(self.mesh_folder, exist_ok=True)
|
1291 |
-
frame_id = str(
|
1292 |
ply_path = os.path.join(self.mesh_folder, f"{frame_id}.ply")
|
1293 |
|
1294 |
# pull out the face index tensor
|
|
|
1288 |
|
1289 |
# --- export the posed mesh, using the correct face indices field ---
|
1290 |
os.makedirs(self.mesh_folder, exist_ok=True)
|
1291 |
+
frame_id = str(0).zfill(5)
|
1292 |
ply_path = os.path.join(self.mesh_folder, f"{frame_id}.ply")
|
1293 |
|
1294 |
# pull out the face index tensor
|