aniposelib icon indicating copy to clipboard operation
aniposelib copied to clipboard

📷 🐊 An easy-to-use library for calibrating cameras in python

Results 12 aniposelib issues
Sort by recently updated
recently updated
newest added

Hi, thanks for your great job. I followed the steps in [aniposelib tutorial](https://anipose.readthedocs.io/en/latest/aniposelib-tutorial.html#calibration) but got error: 0 boards detected. Could help me with that? Thanks! > My code: ```from aniposelib.boards...

Hi! I am using DLC + anipose in our lab, but unfortunately the 3D reconstructions are not satisfactory. I think it mainly depends on Anipose, as DLC 2D tracking seems...

I noticed that commenting out the "jit" decorator that applies to the "triangulate_simple" function (decorator on line 20, function definition on line 21 of cameras.py) substantially improves the runtime of...

Good afternoon, I'm working with a 4 camera setup to record mouse movements in relation to a neurological disorder. I'm at the triangulation step of the anipose workflow, after getting...

Hello, I am using SLEAP-Anipose for reconstructing points in 3d and want a way to visualize the reconstructed 3d points. So, do you happen to have a python code corresponding...

Hi, In the "Visualization" part of aniposelib tutorial, it says "The code shown below extracts and plots the x, y, and z positions of joint 0, which corresponds to the...

Task: I am trying to open the camera, detect the charuco points, and display it using opencv. In a simple main loop. When I press the stop button in pycharm...

When I run the example data from the tutorial multiple times, I get extremely varied results in the pixel reprojection error -- from 1 to 10000. I ran the calibration...

Something seems to be wrong with the parameters passed into `cv2.initCameraMatrix2D`... I suspect something not right with board.get_all_calibration_points This is the output of cv2.calibrateCamera (focal length ~2250) ``` [[2.24678790e+03 0.00000000e+00...

![image](https://user-images.githubusercontent.com/8781107/130328213-95206196-f6f3-40e2-a476-5a2678954534.png) I can also see this warning. > /usr/local/lib/python3.7/dist-packages/numba/np/ufunc/parallel.py:355: NumbaWarning: The TBB threading layer requires TBB version 2019.5 or later i.e., TBB_INTERFACE_VERSION >= 11005. Found TBB_INTERFACE_VERSION = 9107. The TBB...