Git Product home page Git Product logo

Comments (3)

DY112 avatar DY112 commented on June 3, 2024

Hi, @aamircs, thank you for your interest about our work.
The result image files of preprocessing code are not the general image, but the RAW tiff image.
So the range of pixel value will be 1023~16383, which is the bit depth of the camera which was used to capture the scene.

from lsmi-dataset.

aamircs avatar aamircs commented on June 3, 2024

from lsmi-dataset.

DY112 avatar DY112 commented on June 3, 2024

I mean, all that black images are not complete black(0) , but they have 0-1023 or 0-16383 RAW values.
If you open that image files with cv2.imread function with the flag cv2.IMREAD_UNCHANGED, you can find that nonzero values are in there.
Since they are saved as lossless tiff format, general image viewer can not represent them properly to display.
If you want to see the scene content, please refer visualize.py and visualization process in 1_make_mixture_map.py.

However, the visualization process distorts the linear raw values and transforms them into sRGB format, so it is not suitable for use in experiments.

if VISUALIZE:

from lsmi-dataset.

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.