-
### Is your feature request related to a problem? Please describe.
Scipy's ``LinearNDInterpolator`` function computes a Delaunay triangulation using the qhull algorithm, then uses it to perform Baryc…
-
I run it on ubnutu18, cuda11.2
but when i preceed :
"
# run pixsfm
sfm = PixSfM({"dense_features": {"max_edge": 1024}})
refined, sfm_outputs = sfm.reconstruction(ref_dir…
-
I'd like to discuss the overlapping intersections, like the one below:
![image](https://github.com/user-attachments/assets/eed3be3a-4020-4004-8a7f-cf19188127bb)
As far as I remember, there was a…
-
Currently, ONNX does not include the Cross op.
PyTorch cross:
https://pytorch.org/docs/stable/torch.html#torch.cross
TF cross:
https://www.tensorflow.org/api_docs/python/tf/linalg/cross
-
Thanks for the excellent work of mipnerf360. I am a little confused about the depth loss in mipnerf360.
The current way of calculating depth is:
` rendering['distance_mean'] = (
jnp.clip(
…
-
I've been trying to build a dense reconstruction and the Stereo process has been pretty long so far, 2 or so hours for 106 images taken from a cheap smartphone, it states 88999 points. In the logs I …
-
### 🐛 Describe the bug
I am trying to load commonvoice mp3 files using torchaudio with below code:
```python
import torchaudio
array, sampling_rate = torchaudio.load(path_or_file, format="mp3")
…
-
@hongkai-dai, @SeanCurtis-TRI , and @DamrongGuoy want to change the algorithm for the signed distance to query point Q from geometric primitive G to support AutoDiff with a generic pattern like this:
…
-
Some of the models (glass / reflective surfaces) have black rims at glancing edges:
![image](https://user-images.githubusercontent.com/734200/162229104-43ec54ae-d0ac-4eca-8d01-bcf17671ff89.png)
…
-
I was looking at the 3 locations in `SphericalPolar::CoordSrcTerms()` where hydro diffusion is accounted for. I don't know much about the diffusion implementation, but it struck me that some of the fl…