Git Product home page Git Product logo

Comments (6)

Sxela avatar Sxela commented on July 23, 2024

I found it in the code as plain and simple "tensor_to_image", I guess it should be added to the spec API docs.

from playtorch.

chrisklaiber avatar chrisklaiber commented on July 23, 2024

@Sxela yes, you have found the correct unpacker! However, note that it is currently undocumented and the behavior may change in a future release. Exposing this image unpacker is on our roadmap.

One gotcha to be aware of: the current reverse normalization dynamically determines the range of values in the data. If your range is <1 it will cause a divide by zero, which results in a float value of -Infinity or Infinity on Android for all pixels, resulting in an all-white or all-black image. A hacky workaround to control the range is to ensure that your model sets one pixel to the minimum desired value and one to the maximum value. A reasonable solution might be for the unpacker to allow specification of the range in JSON, and falling back to the current dynamic range detection. If that is something you would be interested in tackling, let us know, your PR would be welcome!

from playtorch.

Sxela avatar Sxela commented on July 23, 2024

I suppose you can just use normalization stats from the packer settings, and fall back to autodetection if none were provided.

from playtorch.

mitsunami avatar mitsunami commented on July 23, 2024

I also would like to use image2image models but I'm not sure how I can "tensor_to_image" unpacker because the following command seems to install the stable version of pytorch-live, which does not include "tensor_to_image" unpacker:
npx react-native init MyProject --template react-native-template-pytorch-live

How can I specify to use the pytorch-live version with the unpacker? I'm using it on Windows for Android.

from playtorch.

raedle avatar raedle commented on July 23, 2024

@Sxela and @mitsunami, the react-native-pytorch-core release candidate v0.2.0-rc.2 has a PyTorch-inspired API to support a more flexible data processing. For example, have a look at the useAnimeGANv2.ts for an example how image to image works with this API.

More details on available ops are is in the API docs:

Feel free to reach out on Discord or here if any ops are missing for your use cases!

from playtorch.

chrisklaiber avatar chrisklaiber commented on July 23, 2024

Closing this issue out since the packer / unpacker approach was removed with 0.2.2. Check out the PyTorch-inspired API in the README as an alternative that avoids these issues: https://github.com/facebookresearch/playtorch/tree/main/react-native-pytorch-core#example-usage

from playtorch.

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.