alexnasa commited on
Commit
2d63447
·
1 Parent(s): a4fd493

frame name fixed

Browse files
Files changed (1) hide show
  1. src/pixel3dmm/tracking/tracker.py +1 -1
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(self.frame).zfill(5)
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