-
Task: Implementing the correspondence matching between frames in order to estimate the camera pose of each frame.
The implementation will be based on the exercise 3 [1] and 4 [2] of the course.
…
-
This issue proposes the addition of a new parameter (`ignore_missing_samples`) to the visualizers defined in this plugin.
**Current Behavior**
Currently, the visualizations in this plugin (`plot` …
-
In [GPA](https://en.wikipedia.org/wiki/Generalized_Procrustes_analysis), the rotation step involves rotating all the landmark sets onto the current mean. It might possibly be faster to do such multipl…
-
I try python setup.py install --user and I receive an error message Unable to find vcvarsall.bat. during building pyrat.lib.ste.interpolation_extensions extension.
I am using Windows 10 and anacond…
-
I tried mapping word embeddings of more than two languages into the same space using your models (acl2018 or aai18). However, since these models apply whitening, normalization and reweighting to the s…
-
Thank you very much for your work. When I run this code:
python src/predict_3dpose.py --camera_frame --residual --batch_norm --dropout 0.5 --max_norm --evaluateActionWise --use_sh --epochs 1
I …
-
Thank you very much for the package, it is great work
I am trying to use the `robust_pca` function on a large dataset and the computation is very slow. This issue seems to be referenced in #18, #36…
-
Hi,
This is perhaps a method rather code question?
I’ve measured the shape of two appendages per individual for n individuals. I have analysed these separately using Procrustes ANOVA and each append…
-
```matlab
The class procrustes has no Constant property or Static method named 'V2matrix'.
Error in testXolotlHH (line 78)
[M0, V_lim, dV_lim] = procrustes.V2matrix(all_V(:,1));
```
-
How exactly were the 30 multilingual embeddings obtained? Was it by setting one language as a reference? And how exactly were the 200K words per language selected?
Also, are the bilingual dictionar…