Varun Sundar
Varun Sundar
Maybe I can just use the FOV as indicated here? https://github.com/mmp/pbrt-v3/issues/255
I'm also assuming square pixels are used, is this correct?
Thanks for the reply! I derived the intrinsic and extrinsic matrices using the scene file, assuming: * default film diagonal is 35 mm * FOV is used to determine focal...
Installing with sudo (I was okay with that since I was using it in a container) seemed to work. Naturally that would be in the system python. I don't quite...
Yeah but that isn't a recommended way
Hi @mhostetter, Here are a few questions: 1. A brief explanation (or redirect if need be) on the numpy method overriding done [here](https://github.com/mhostetter/galois/blob/28b42c22b70673131cc04c67fc1bfa1278c6863d/galois/field/array.py#L700). This would be required, for instance, to...
I'll try adding a provision for 1) in the `FieldArray` class. I will be testing it on Colab. Here's a [notebook](https://colab.research.google.com/drive/1UUd-0hPxe3kiVWpeWC8jJOAMgY56coyn?usp=sharing) to get started (installs CuPy, Colab already has numpy+scipy+numba....
Have you tried the nightly builds? On Fri 1 Jun, 2018, 6:13 PM naderafshari, wrote: > Tensorflow 1.1 installs an runs fine on raspberry pi - thank you! > However....
You can find them here: http://ci.tensorflow.org/job/nightly-pi-python3/ The current stable build is `tensorflow 1.8`. There are benchmark models too, but personally I've tested 1.6 back in March. The benchmarks ran fine....