Coder Social home page Coder Social logo

color issue about gnt HOT 3 CLOSED

CCOSerika avatar CCOSerika commented on June 10, 2024
color issue

from gnt.

Comments (3)

CCOSerika avatar CCOSerika commented on June 10, 2024

Perhaps I found the key. It is caused by two lines of code in data_loader here.

rgb = rgb[..., [-1]] * rgb[..., :3] + 1 - rgb[..., [-1]]
 src_rgb = src_rgb[..., [-1]] * src_rgb[..., :3] + 1 - src_rgb[..., [-1]]

I attempted to comment them out, and the color of images became normal, but motion blur appeared.
I wonder how they work in the code.

from gnt.

MukundVarmaT avatar MukundVarmaT commented on June 10, 2024

Apologies for the delayed response. Nerf Synthetic images contain 4 channels, the last indicating occupancy of an object in the scene (or simply put a mask of the object). Hence I assume they are not relevant to the dataset you are testing it on. Regarding the motion blur, it is tough for me to comment without the data, perhaps you could point me to the dataset you are testing on (and the checkpoint u are attempting to evaluate) and I could try them locally.

from gnt.

CCOSerika avatar CCOSerika commented on June 10, 2024

Great appreciation for ur kindness. I get it and have solved the issue. Congratulations on such an excellent work.
Next I'm going to optimize the rendering time. Hope share with me if u have any ideas.

from gnt.

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.