GithubHelp home page GithubHelp logo

Comments (4)

bing-jian avatar bing-jian commented on August 22, 2024

Thanks. Will take a look and make changes accordingly.

from gmmreg.

MelodyWang1314 avatar MelodyWang1314 commented on August 22, 2024

Dear Bing-jian:
I am so confused that data "fish_X_nohead" and "fish_y_notail" have poor performance on point set registration. For what reason? weather should I set_ some good initial value?

Thanks!

image

@bing-jian

from gmmreg.

MelodyWang1314 avatar MelodyWang1314 commented on August 22, 2024

Dear Bing-jian:

Thanks for your kindness to answer my question so soon. Maybe I have some wrong operations .
I use the main,m to run the program. The main.m is as follows:

Thank you very much!
image

addpath(genpath(pwd))
model = textread('C:\Users\Administrator\Desktop\gmmreg-master\data\fish_data\fish_X_nohead.txt');
scene = textread('C:\Users\Administrator\Desktop\gmmreg-master\data\fish_data\fish_Y_notail.txt');
[config] = initialize_config(model,scene,'tps');
[param, transformed_model, history, config] = gmmreg_L2(config);
figure(1)
DisplayPoints2D(model,scene);
figure(2)
DisplayPoints2D(transformed_model,scene);

from gmmreg.

bing-jian avatar bing-jian commented on August 22, 2024

Now there is a new repo for the Python implementation of gmmreg:
https://github.com/bing-jian/gmmreg-python
And this one should work for Python 3. If not, please let me know. Thanks!

from gmmreg.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.