Coder Social home page Coder Social logo

inverserendernet's People

Contributors

yeeu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

inverserendernet's Issues

about camera parameters

thank you for sharing code!
one stupid question is that in your paper, it seems like we don't need cam parameters to run this model? but in "train.py" and "loss_layer.py", it seems like its needed?

Download model

I see it is not possible to download the model from the provided link

It is possible to know the reason why?

Thanks for this interesting work!

Questions on ScaleX and ScaleY

Hi, thank you for sharing the code!
In the example of pickle file, I found two arguments "ScaleX" and "ScaleY". However, I cannot find any descriptions of these two arguments. Can you share some details about what are these two args? Thanks in advance!

About the reltol parameter

Hello, thanks for your excellent work!
But I have one question.
In model/pred_illuDecomp_layer.py, there is a function pinv(A, reltol=1e-6). I found that if I reserve this line:
s = tf.boolean_mask(s, s>atol)
the shape of s may become (2,) and then the shape of s_inv becomes (2, 2), which will raise error when do
tf.matmul(s_inv, tf.transpose(u))

So I want to know why need to clear entries lower than reltols_max ?
Does it matter if I don't clear entries lower than reltol
s_max ?

Thank you!

Running test_demo.py

On the line "from model import SfMNet, lambSH_layer, pred_illuDecomp_layer" I am getting an import error "ImportError: cannot import name 'SfMNet'". I can see SFMnet.py, lambSH_layer.py, and pred_illuDecomp_layer.py in the main directory. I removed "from model" from the line and it seems to work.
Also, it would be good to note somewhere that the mask should be a single-channel image, not RGB.

A question about the coordinate system

Hi, this is really helpful and thank you for your contribution to open source!

Could you please share the coordinate system for Spherical Harmonics (SH) and the normal map in your work? Thanks a lot.

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.