-
https://github.com/SCIInstitute/ShapeWorks/blob/f979f92aefa911a944fa18ec943d7c4675a81754/Libs/Alignment/Procrustes3D.cpp#L139
This condition is opposite to expected behavior.
-
Assume that we have the following data
```
set.seed(123)
Xmat
-
Hi there,
I am currently dealing with a dataset of 16S OTUs from sediment of two Antarctic cruises. I notice that in some of the phyloseq tutorials, the following is used:
```
dds1 = phyloseq_to_des…
-
#### Describe the bug
It does not install on python 3.7 AND 3.8
#### Steps/Code to Reproduce
pip3.8 / pip3 install scikit-learn sklearn
#### Expected Results
It needs to be instal…
-
## Environment data
- Language Server version: 2021.1.4-pre.1 (also tested with 2021.1.3)
- OS and version: macOS 11.2
- Python version (& distribution if applicable, e.g. Anaconda)…
-
Hi,
Thank you for sharing your code.
I have a question why do you use torch.sum(torch.mul(pred_vec,gt_vec),1,keepdim=True) to calculate dot_pose_gt, but not torch.sum(torch.mul(gt_vec,gt_vec),1,…
-
The name "frozen" has a different meaning in lispmds and acmacs.R , which confused me. In lispmds, "frozen" means that map1 is fixed and the points in map2 (really the data from table2) are optimised.…
-
it might be an idea to check your youtube link
am sure you did not want to link to "The Bed of Procrustes by Nassim Nicholas Taleb"
-
Thanks for your interest in our research!
If you have problems running our code, please include
1. Your operating system : win10 x64 (17134.320)
2. Your tensorflow version : 1.10.0
3. Your pyt…
-
Dear author,
I see you add rotation in training processing from your paper, so I want to ask if you do procrustes analysis in face alignment during training process?
Thanks