Results 14 comments of Or Litany

Hi, I'll have to find the parameters i used. In the meanwhile, here's a link to the [data](https://drive.google.com/drive/folders/1Sm76v3znqQvWw3OUIa-kvzbqnMk1a7fF?usp=sharing)

the provided model was supposed to serve as a mock. I'll try to upload one that has been trained longer. For Tosca (dogs) we used a pretrained model (on faust)...

Added a description of SHOT parameters and the calc_shot function to a Utils folder.

calc_shot.cpp is in Utils... alternatively you can write prof. Tombari as described on the project webpage: http://www.vision.deis.unibo.it/research/80-shot

> Hi, I noticed that the results calculated using the provided `calc_shot` matlab binary do not produce the same results at the ones provided. Because of that, I had not...

> There are some missing files related to the includes of the calc_shot.cpp > #include "shot_descriptor.h" > > I guess, the tools used are the same as the toolbox used...

try to follow the code here: https://github.com/OshriHalimi/unsupervised_learning_of_dense_shape_correspondence Oshri did a better job maintaining this repo and the difference between the methods is in the loss function so you could easily...

Will the latex file help you? I think it's saved as tikz On Wed, Apr 25, 2018, 15:41 egundogdu wrote: > Hi, > I would like to compare your method...

I see, so basically you just need the geodesic distance map on the null shape. I can share a google drive link with the map On Wed, Apr 25, 2018,...

Thanks Martin! looks correct - i'll fix asap. I'm planning to share the code required for preparation of the inputs as well as the refinement and a pre-trained model. Hopefully...