Spaces:
Running
Running
Update models/SAP/utils.py
Browse files- models/SAP/utils.py +8 -0
models/SAP/utils.py
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
import torch
|
2 |
import io, os, logging, urllib
|
3 |
import yaml
|
|
|
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 io, os, logging, urllib
|
11 |
import yaml
|