MVV commited on
Commit
2ca34db
1 Parent(s): a908737

Update models/SAP/model.py

Browse files

Add notification to models/SAP/model.py

Files changed (1) hide show
  1. models/SAP/model.py +8 -0
models/SAP/model.py CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  import torch
2
  import numpy as np
3
  import time
 
1
+ # THE CODE WAS TAKEN AND ADAPTED FROM https://pengsongyou.github.io/sap
2
+ # @inproceedings{Peng2021SAP,
3
+ # author = {Peng, Songyou and Jiang, Chiyu "Max" and Liao, Yiyi and Niemeyer, Michael and Pollefeys, Marc and Geiger, Andreas},
4
+ # title = {Shape As Points: A Differentiable Poisson Solver},
5
+ # booktitle = {Advances in Neural Information Processing Systems (NeurIPS)},
6
+ # year = {2021}
7
+ # }
8
+
9
  import torch
10
  import numpy as np
11
  import time