Skip to content

Commit 8f842c9

Browse files
committed
Added acknowledgement
1 parent f67455c commit 8f842c9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,9 @@ If you find our work useful, please consider using the following citation:
161161
}
162162
```
163163

164+
## Acknowledgement
165+
166+
The authors would like to thank Juan and Johannes for their valuable feedback, greatly helping the code quality and for the many bug fixes.
167+
168+
169+

dect/ect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ def compute_ect_mesh(
367367
nh = x @ v
368368
lin = torch.linspace(-radius, radius, resolution, device=x.device).view(-1, 1, 1)
369369
ecc = torch.nn.functional.sigmoid(scale * torch.sub(lin, nh))
370+
370371
output = torch.zeros(
371372
size=out_shape,
372373
device=nh.device,

0 commit comments

Comments
 (0)