-
The non-linear extension to shapeworks requires the PCA to be performed in the alternate space. In our current formulation, there exists a trained model that maps the shape space to a prior space with…
-
https://github.com/industrial-optimization-group/DESDEO/blob/bdd73a1ee39f15ca74f8bb28507278a1f8d74df8/desdeo/problem/testproblems.py#L2290
The objectives of the problem are supposed to be maximized…
-
Great work, it seems you've only calculated 32 blendshapes, can your method be used to calculate all 52?
-
Shapes are important to describe business objects (entities) in RDF, see #63.
There are several shape or shape-like languages:
- SHACL
- ShEx
- JSONLD Frames
- GraphQL
Note: there are other RD…
-
Thanks for great work!
I want to get description from point(x,y).
For example in cv2 I can get:
```
gray_image = cv2.imread(path,0)
sift = cv2.SIFT_create()
keypoint = cv2.KeyPoint(x, y, 2…
-
Hi, when I run fetregister.exe with the command "fetregister fet/5_0.05.fcb hv_c11_2_initial.conf -v", I get this error and running terminated:
"inital Done
Reading configuration file...
Done in …
-
I want to convert a SFM model to FLAME. I try to replace the value in BFM_to_FLAME_corr by BFM_front_idx (https://github.com/sicxu/Deep3DFaceRecon_pytorch/blob/master/BFM/BFM_front_idx.mat) which mean…
-
Thank you for your fancy work!
I am trying to integrate mast3r into some large 3D networks. Due to memory limitations, I can only input images of up to 256x256. Therefore, I would like to know if i…
-
Dear Haoran:
I am reproducing GAPartNet. After long compilation in data rendering and processing, I can get the overall Gapartnet dataset.
Then I try compiling the inference code, "sh gapartnet/…
-
I've created an improved [Robust matching using RANSAC](http://scikit-image.org/docs/dev/auto_examples/plot_matching.html) example which warps and overlays the robust estimate on the image. This highl…