Code Monkey home page Code Monkey logo

Comments (5)

mkassner avatar mkassner commented on August 26, 2024

Hi,

the error I see here that c_methods does not compile on your machine. This should be a ming_gw problem.

Other that that everything seems ok!

from pupil.

icomfred avatar icomfred commented on August 26, 2024

Hi mkassner,

Thanks for the answer. Before your answer, I solved parse error in the file
"methods.c" by rewriting some parts of the code.

For example, I changed :

  • window_lower = {MAX(0,best_pos.r-step+1),MAX(0,best_pos.c-step+1)};
    window_upper =
    {MIN(img_size.r,best_pos.r+step),MIN(img_size.c,best_pos.c+step)};*

by :

window_lower.r = MAX(0,best_pos.r-step+1);
window_lower.c = MAX(0,best_pos.c-step+1);

window_upper.r = MIN(img_size.r,best_pos.r+step);
window_upper.c = MIN(img_size.c,best_pos.c+step);

So no more parse errors but the "methods.so" can't compile.
I will follow your advice and search solutions for "ming_gw".
I send you my modified "methods.c".
Perhaps my corrections will give you an idea of how to solve my problem.

Have a nice day.

Icomfred

2015-01-08 12:49 GMT+01:00 mkassner [email protected]:

Hi,

the error I see here that c_methods does not compile on your machine. This
should be a ming_gw problem.

Other that that everything seems ok!


Reply to this email directly or view it on GitHub
#40 (comment).

from pupil.

mkassner avatar mkassner commented on August 26, 2024

any updates on this issue?

from pupil.

icomfred avatar icomfred commented on August 26, 2024

Hi,

Not yet. I'm working on many projects simultaneously.
I'm finalizing some others more advanced. I will work again on pupils
as soon as possible.

Thank you.

2015-01-28 19:46 GMT+01:00 mkassner [email protected]:

any updates on this issue?


Reply to this email directly or view it on GitHub
#40 (comment).

from pupil.

mkassner avatar mkassner commented on August 26, 2024

We are updated our install guide with v0.4 so I m closing this for now

from pupil.

Related Issues (20)

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.