Peter Abeles
Peter Abeles
#### Issue Description I'm in the process of adding ND4J to a Java linear algebra benchmark but I'm having trouble adding decompositions like, Cholesky, QR, SVD, Eigen, ... etc or...
https://github.com/google-research/google-research/tree/master/dual_pixels#android-app-to-capture-dual-pixel-data I'm trying to get this example to run on a Pixel 6 Pro. After updating some constants (see below) I kept getting the following error: `W/CameraDevice-JV-0: Stream configuration failed...
Problem: When reading in some videos, audio and images are returned by FFmpegFrameGrabber is in X second chunks. For example, in one mp4 I'll get a sequence of images in...
An entry in the stss for mp4 file the last frame is given a delta time of 0. This is probably caused by the last frame not having a frame...
https://github.com/lessthanoptimal/PyBoof/issues/15 Looks like this specific layout is causing issues. The image should probably be added to the regression tests.
https://github.com/real-logic/agrona might be able to speed up some operations
Needs to properly handle homogenous coordinates and not just convert them into 3D points. This way if points are far away they will not screw up the numerics and will...
H&Z 19.3.2 Implement that and see how well it works compared to other approaches. It should work with 3-views.
Implement another variant of SelfCalibrationLinearDualQuadratic which uses Eigenvalue decomposition. Create a more robust performance study to see which variant is the most stable. Revisit some of the massaging/hacks in the...