-
Hi! thanks for open-sourcing the dataset.
Is there any chance you can provide the IMU calibration and camera extrinsics relative to the IMU? both following the kalibr format (https://github.com/eth…
-
Hi @simonbyrne , thanks for this package!
In trying this out, I've gotten really nice results for things like a polynomial approximation to `log1pexp`. But this `AssertionError` seems very common. …
-
See here: https://en.wikipedia.org/wiki/Continued_fraction
and here: https://www.johndcook.com/blog/2013/01/30/rational-approximations-to-e/
And for pi here: https://oeis.org/A001203
We can us…
-
I was trying to use this API to get the track yaw angle and curvature based on GPS data to run my laptime sims.
Then I was trying to use your algorithm to understand how you import the track data a…
-
Hi,
I have been looking at approximate activation functions and did some analysis on `ultra_fast_sigmoid` which is included in Theano.
I found that compared to some other sigmoid approximations…
-
Thanks for sharing this inspiring work!
I noticed in "get_params_list_with_shape" function, "idx += length" is not added. Without this, it seems like $\mu_i$ and $s$ may not be correctly assigned f…
-
Create some methods for returning either an abstract function approximation at a point, or some way of generating samples from a set of approximation parameters. Maybe some kind of abstract ScalarFie…
-
An approximation of the integral of the error function, `utilities.erfint()`, was proposed by @tblanke in #237.
This issue is to clean up the commits and quantify the impact on accuracy and computa…
-
The class number formula on most number field pages would look better if it had better line breaks.
For example, see here:
https://www.lmfdb.org/NumberField/6.0.26512640.1
-
Context: P is a QSP polynomial if $|P(e^{i\theta})| \le 1$ for every $\theta \in [0, 2\pi)$.
When computing polynomial approximations for functions (that have infinite series), the polynomials may …