jadechoghari
commited on
Commit
•
953314f
1
Parent(s):
6979bef
Update unet/mv_unet.py
Browse files- unet/mv_unet.py +1 -1
unet/mv_unet.py
CHANGED
@@ -234,7 +234,7 @@ class SPADUnetModel(UNetModel, ModelMixin, ConfigMixin):
|
|
234 |
print("extracted")
|
235 |
|
236 |
# combine timestep and camera embedding (resnet)
|
237 |
-
time_cam = time
|
238 |
del time, cam
|
239 |
|
240 |
# encode
|
|
|
234 |
print("extracted")
|
235 |
|
236 |
# combine timestep and camera embedding (resnet)
|
237 |
+
time_cam = time + cam #later MIGHT AFFECT PERFORMANCE
|
238 |
del time, cam
|
239 |
|
240 |
# encode
|