Varun Sundar
Varun Sundar
I'm trying to calculate the intrinsic matrix used by the Perspective cameras. I need to determine: * focal length * Pixel Size (in metres). I think the latter can be...
Installed on `python 3.6`, anaconda. Built g2o successfully. Ran : `export PYTHON_PATH=PATH-to-g2o/g2o:$PYTHONPATH` . Able to import g2o, but only private modules found. Unable to use `g2o.SparseOptimizer`. ``` Python 3.5.2 (default,...
Early ideas: 1. Accept `device` flag for `GF` instances. If `CUDA`, use a cupy array. 1. Use [`cupy.get_array_module`](https://docs.cupy.dev/en/stable/reference/generated/cupy.get_array_module.html#cupy.get_array_module) for device agnostic code where possible. 1. **Pytorch-like `.to(device)`**: allow transferring between...
Hi @mhostetter, I'm opening this issue to better understand the structure of the `galois` package. In case this should be redirected / moved to another issue, please let me know....
Found this pretty useful. Nice effort 👍 A few suggestions: * A very common ask (and slightly underrepresented in this chapter) has been receptive fields. Would do you like to...
It seems that the implementation under `models/` differs from the paper's adaptive setting for `k_size`, given in Fig 3 of the paper. Why do the resnet, mobilenet modules not use...
Thanks for this repository (saved my day :P)! Can we also have a functional version and a brief description in the README showing an import and sample run? It's fairly...
Hi, thank you for creating this library. Would LDPC encoding-decoding benefit from GPU acceleration (for large batches of messages)?
Hi, Is there any interpretation for the choice of \omega (i.e., does a large \omega lead to better representation of high frequency detail etc). (Similar to the variance scale for...
Hi, is it possible to use dynamic growth and pruning currently by just updating the masks each step? I'm looking to implement something like [RigL](https://arxiv.org/abs/1911.11134) (Evci et al. 2020).