GithubHelp home page GithubHelp logo

Comments (5)

adamjstewart avatar adamjstewart commented on August 15, 2024

We could create a new LandsatTensor subclass that gets returned by the dataset, but it would get overwritten after any operation/transform, so it wouldn't help much with visualization. So it seems like it's impossible to use _repr_png_ for our use case.

The only option seems to be to do things at the Dataset level, so you ask the dataset how to plot and give it an image to plot.

from torchgeo.

adamjstewart avatar adamjstewart commented on August 15, 2024

Actually, plotting a Tensor alone would be useless. What we would really like to be able to do is plot a Tensor with cartopy, which requires the crs as well. Instead of returning a Dict[str, Any], we could instead return a custom object that subclasses dict and defines how to display itself using _repr_png_.

from torchgeo.

adamjstewart avatar adamjstewart commented on August 15, 2024

This custom object should still have a plot() method in addition to _repr_png_ so that it can be plotted outside of Jupyter Notebook.

from torchgeo.

adamjstewart avatar adamjstewart commented on August 15, 2024

The next roadblock is how to handle samples that contain multiple images and/or labels. Specifically with labels, we need some way to define what those labels mean. I'm not sure how to do that outside of the dataset.

from torchgeo.

adamjstewart avatar adamjstewart commented on August 15, 2024

We've recently added plotting functions to most datasets. I think this is sufficient for now.

from torchgeo.

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.