-
##Hi, thanks for your code! When I run the code(docs\keypoint_moseq_colab.ipynb) with dlc_example_project, I got the error in kpms.fit_pca. Could you help me?:
File "D:\USERS\yq\code\MotionTracki…
-
## 🐛 Bug
When trying to open a volume with a supplied affine matrix of shape (4, 4), some permutations of axes can result in a crash. I understand that general affines are not currently supported,…
-
Hi,
I have this code which is attempting to plot three different figures. The first is a track plot, and the second two are heatmaps. How do I get access to the second and third `ax` in order to ad…
-
### Problem description
``` python
initial = np.array([1, 0, 0], dtype=np.float64)
final = np.array([1, 0, 0], dtype=np.float64)
rotation = Rotation3d(initial=initial, final=final)
```
produces …
-
Hi,
I would like to know what is the purpose of rotproj layer at:
https://github.com/hassony2/manopth/blob/4f1dcad1201ff1bfca6e065a85f0e3456e1aa32b/manopth/manolayer.py#L165
In axis-angle rot mode,…
-
### Steps To Reproduce
I defined a table component with about 25 sub-componnets and I used it 3 times in my page.
The page get extremlly slow and when I try to change smallest thing I get internal…
-
### Description of Issue
For example, when we create rotation matrix by rotating +90(in angle) around X axis, resulting matrix contains double `eps`(0, 2.220446049250313e-16):
`( (1, 0, 0), (0, …
-
When instance **with rotation**(not Zero angle),then clip result may be not correct.
Top cell will be clipped:
![top](https://github.com/user-attachments/assets/a6856449-6e4a-44dc-9a6a-d115ae4b6093)…
-
Hi, I try to visualize the joints rotation representation, since converting from XYZ to joints rotation takes time.
And the result seems not right.
Here is my script. I have checked all the joints …
-
Hallo.
First of all, thank you very much for this toolbox.
My goal is to calibrate the Lidars, and I wanted to use your automatic algorithm, lidar2lidar. While going through your examples for au…