Code Monkey home page Code Monkey logo

Comments (1)

drprojects avatar drprojects commented on June 12, 2024 1

Hello @faridht,

Normally you should be able to find what you need for running the inference on a cloud in notebooks/demo.ipynb. This notebook shows how to run a forward pass on a NAG and visualize it with our tool.

Yet, since preparing a NAG for inference requires some preprocessing, you indeed should implement dedicated classes inheriting from BaseDataset and BaseDatamodule for your new data. If you have only one cloud tile in your dataset, this may sound overkill, but this is the cleanest, foolproof way of accessing all the features of this codebase.

A workaround would be that you manually instantiate and run the series of Transform for processing your raw data into a proper NAG for inference, and then run a forward pass on the model. These would be the ones you would otherwise find in your dataset's config file:

  • pre_transform
  • val_transform
  • on_device_val_transform

If you are familiar enough with the project and hydra in particular, you definitely can try this strategy ! However, I will not dedicate much time further helping with this approach, since we do not officially support it and I foresee doing so would open the door to a whole world of new issues 😅

from superpoint_transformer.

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.