Giter VIP home page Giter VIP logo

Comments (4)

nileshkulkarni avatar nileshkulkarni commented on July 20, 2024

Hi @raincrash,

I'm slightly confused about your question. CUBS only has bird images. Could be a bit more specific so that I can answer your question better.

If the question is that you want to infer on images, not the CUBS dataset?
yes, it is possible to do it. You can modify by the data loader slightly, and use the predictions from the model.

For inference, the model only requires a center crop image of a single object of size 256 x 256. I think this function might be useful here. You could refer a call to it here

Thanks,
Nilesh

from acsm.

raincrash avatar raincrash commented on July 20, 2024

Hi, @nileshkulkarni sorry for the late reply. Yes, I wanted to infer on images that are not on the CUBS dataset, but also on a different parametric model, for eg airplanes. Do I need to train the network for each type of parametric model (i.e create a new parameterization of the surface to a new template mesh, train the network from scratch to learn the CSM), or is there was a way to infer on unseen categories (e.g. airplane images and model) directly from the existing pre-trained weights?

from acsm.

nileshkulkarni avatar nileshkulkarni commented on July 20, 2024

Hi @raincrash,
Ours is category-specific model so it will not work on categories it is not trained on. To train on a new category you would have to create a first a category-specific parameterization and then train CSM or ACSM style model to infer the surface parameterization. It would incorrect to run inference on airplanes while using weights from a model that is trained on birds.

from acsm.

raincrash avatar raincrash commented on July 20, 2024

Got it! Thanks. I'll close the issue.

from acsm.

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.