Coder Social home page Coder Social logo

About image normalization about densefusion HOT 2 CLOSED

j96w avatar j96w commented on July 17, 2024
About image normalization

from densefusion.

Comments (2)

greatwallet avatar greatwallet commented on July 17, 2024 1

Hi, yes there's a bug but seems like the network can handle it quite well.

Hi!

So have you tried the standard way? For instance:

  1. Scale the RGB image to [0., 1.] and then normalize using mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225]?
  2. Scale the RGB image to [0, 1] w/o ImageNet's normalization
  3. Do neither, so that the RGB would be in range [0, 255].

The current dataloader gives out RGB in a really weird range, which bothers me a lot.
捕获
The above is visualization of the processed tensor from Linemod_preprocessed/data/01/rgb/0001.png using your dataloader pipeline. And its value range is [-2.1179, 1029.3066] w/o color-jittering. And this weirdly-ranged tensor is directly fed into network, which seems to be making little sense.

So should DenseFusion be working any better if I fix this to the standard way?

Thanks!

from densefusion.

j96w avatar j96w commented on July 17, 2024

Hi, yes there's a bug but seems like the network can handle it quite well.

from densefusion.

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.