Giter VIP home page Giter VIP logo

Comments (3)

din14970 avatar din14970 commented on July 28, 2024

your images are very very small, 64x64, so you should not have to do registration at very high levels (power of 2). For some reason it's starting at level 6, so something went wrong creating the config file, because 2^6 is much larger than the number of pixels you have. From the output it seems you already have some folder with data and some config file. Perhaps delete that entire folder created by instantiating MatchSeries and try again. If that doesn't work, maybe share the generated config file here, it might be a bug that the levels are not correctly set.

from pymatchseries.

din14970 avatar din14970 commented on July 28, 2024

Unfortunately it seems attachments are not forwarded in this way. I also don't see any images. Please copy paste pure text from errors and code in between ``` YOUR TEXT HERE ``` ticks. For sharing files, please upload them to a shared drive or something, e.g. google drive, and share the link.

from pymatchseries.

din14970 avatar din14970 commented on July 28, 2024

Sorry for the belated reply.

In the first case, the issue is probably that you set numTemplates to 50, when you only have 10 images. You use this when you want to limit the number of images (i.e. if you have more).

In the last case, the issue is that it expects the spectrum map to be of shape [number of frames, x, y, channels], so I think the number of frames axis is in the wrong position for it to work. I should make this more robust, like allowing you to provide your own axis ordering.

from pymatchseries.

Related Issues (5)

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.