xrg
commited on
Commit
·
49976c5
1
Parent(s):
98fc8ee
fix
Browse files- core/tensorBase.py +1 -1
core/tensorBase.py
CHANGED
@@ -264,7 +264,7 @@ class TensorBase(torch.nn.Module):
|
|
264 |
def normalize_coord(self, xyz_sampled):
|
265 |
print("debug")
|
266 |
|
267 |
-
print(
|
268 |
print(self.aabb[0].device)
|
269 |
print(self.invaabbSize.device)
|
270 |
|
|
|
264 |
def normalize_coord(self, xyz_sampled):
|
265 |
print("debug")
|
266 |
|
267 |
+
print(xyz_sampled.device)
|
268 |
print(self.aabb[0].device)
|
269 |
print(self.invaabbSize.device)
|
270 |
|