Alex Mai

Results 36 comments of Alex Mai

A little bit of stalking reveals that he is still alive and working at Tensoreye.

It doesn't exist. You have to create the files. See my repo.

I have this exact same issue when trying to run https://github.com/google/mipnerf. I get a failed to determine best cudnn convolution algorithm when running jax.scipy.signal.convolve2d. I only get the error when...

Turns out it was an OOM error, just a bad error message. Solution is in #8506. use the environment flag ```XLA_PYTHON_CLIENT_MEM_FRACTION=0.87```. It appears that there is some kind of issue...

1. ``` sfm_superpoint+superglue: total 67M -rwxrwxrwx 1 root root 67M Sep 11 14:42 database.db drwxrwxrwx 1 root root 368 Sep 11 14:42 model sfm_superpoint+superglue/model: total 83M -rwxrwxrwx 1 root root...

I just adapted the superpoint code to use my network and that fixed the issue. I don't want to close the issue because the bug isn't necessarily fixed, but you...

``` from hloc.utils.read_write_model import read_model cameras, images, points3D = read_model(reference_sfm / 'model', ext='.bin') name2id = {images[i].name: i for i in images.keys()} point3D_ids = images[name2id['db/1420.jpg']].point3D_ids print(point3D_ids.shape) ``` `(0,)` They are indeed...

I have double checked file names and rerun all the computation, but I still get the same error. There isn't even another set of h5 files with which the SfM...