RamAnanth1 commited on
Commit
c242bd5
1 Parent(s): 631d3bb

Update model.py

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -187,7 +187,7 @@ class Model:
187
 
188
  with torch.no_grad():
189
  # extract condition features
190
- features_adapter = self.model_ad_pose(im.to(device))
191
 
192
  shape = [4, 64, 64]
193
 
 
187
 
188
  with torch.no_grad():
189
  # extract condition features
190
+ features_adapter = self.model_ad_pose(pose.to(device))
191
 
192
  shape = [4, 64, 64]
193