yerang commited on
Commit
738eb00
·
verified ·
1 Parent(s): edfa2f8

Update stf_utils.py

Browse files
Files changed (1) hide show
  1. stf_utils.py +1 -1
stf_utils.py CHANGED
@@ -82,7 +82,7 @@ class STFPipeline:
82
  self.checkpoint_path = os.path.join(stf_path, checkpoint_path)
83
  self.work_root_path = os.path.join(stf_path, root_path)
84
  self.device = device
85
- self.template_video_path=template_video_path
86
 
87
  # model = stf_alternative.create_model(
88
  # config_path=config_path,
 
82
  self.checkpoint_path = os.path.join(stf_path, checkpoint_path)
83
  self.work_root_path = os.path.join(stf_path, root_path)
84
  self.device = device
85
+ self.template_video_path=os.path.join(stf_path, template_video_path)
86
 
87
  # model = stf_alternative.create_model(
88
  # config_path=config_path,