alexnasa commited on
Commit
7b7e7f7
·
verified ·
1 Parent(s): 7973346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -16,10 +16,6 @@ sh("pip install -e .")
16
  sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
17
  sh("cd src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/utils && sh make.sh")
18
 
19
- # Set environment variables
20
- os.environ["PIXEL3DMM_CODE_BASE"] = "."
21
- os.environ["PIXEL3DMM_PREPROCESSED_DATA"] = "./proprocess_results"
22
- os.environ["PIXEL3DMM_TRACKING_OUTPUT"] = "./tracking_results"
23
 
24
  # Utility to stitch frames into a video
25
  def make_video_from_frames(frames_dir, out_path, fps=15):
 
16
  sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
17
  sh("cd src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/utils && sh make.sh")
18
 
 
 
 
 
19
 
20
  # Utility to stitch frames into a video
21
  def make_video_from_frames(frames_dir, out_path, fps=15):