Giter VIP home page Giter VIP logo

Comments (9)

chshin10 avatar chshin10 commented on July 17, 2024

The provided pretrained weights in Github is same with the weights(epinet9x9, epinet5x5) in our paper. But we didn't use a ensemble technique in github, the performance is little different with the performance in the paper. Thanks.

from epinet.

JingleiSHI avatar JingleiSHI commented on July 17, 2024

Thank you very much for your response, have you ever tested your method on old HCI data(stilllife, buddha, butterfly, monasRoom)? I have found that the estimated disparity map has many artifacts for these scenes, so I'm not sure this is due to the model itself or other reasons?
Yours sincerely,
Jinglei

from epinet.

chshin10 avatar chshin10 commented on July 17, 2024

I just tested it, and I think it works well with pretrained weights(9x9).
The ordering(numbering) of old HCI dataset is little different with ours.
So you need to convert them into our data format like below.
f=h5py.File('stillLife/lf.h5','r')
LF=f['LF'] // load LF images (768,768,9,9,3)
LF=np.transpose(LF,(2,3,0,1,4)) // convert to (9,9,768,768,3)
LF=LF[:,:,:,::-1,:] // reverse order
LF_our_format=LF[np.newaxis,:,:,:,:,:] // add one dimension

from epinet_fun.func_generate_traindata import generate_traindata512
(val_90d , val_0d, val_45d, val_M45d,_)=generate_traindata512(LF_our_format, np.zeros(LF_our_format.shape[:-1]), Setting02_AngualrViews)

from epinet.

JingleiSHI avatar JingleiSHI commented on July 17, 2024

Hi Dr. Shin,
Thank you very much for your advice, I'll retest these scenes. If this doesn't bother you, could you please send me the disparity map of stillLife you have got, which can help me to verify if I give input images order correctly. And could you please give me your model 7x7 ([email protected]), I'm very interested in the performance evolution when increasing stream length. Thank you for your attention.
Yours sincerely,
Jinglei SHI

from epinet.

chshin10 avatar chshin10 commented on July 17, 2024

Diparity result of stillLife -->stillLife_9x9.zip
Sorry, we have the checkpoint file only with 5x5 and 9x9 viewpoints. I don't know where it is, I couldn't find it... Now I'm re-training the model, and I will upload it soon.

from epinet.

JingleiSHI avatar JingleiSHI commented on July 17, 2024

Thank you very much!

from epinet.

JingleiSHI avatar JingleiSHI commented on July 17, 2024

Sorry Dr.Shin, I have another question about your paper, in your paper, I found that you compare with method 'Neural EPI-volume Networks' of Stefan Heber, where did you find their code source and dataset? I have searched them but didn't find them. Thank you for your attention.

from epinet.

chshin10 avatar chshin10 commented on July 17, 2024

We emailed him to request their code and dataset, and received the link for the dataset.

from epinet.

JingleiSHI avatar JingleiSHI commented on July 17, 2024

Hi Dr. Shin,
Have you ever tried to train the model without excluding reflection and refraction regions? and I found that in your paper, you have removed the textureless regions where the MAD between center pixel and other pixels in a patch is less than 0.02. Do the reflection refraction regions and textureless regions significantly influence the final performance or can they make convergence harder ? Thank you for your attention!
Yours sincerely,
Jinglei

from epinet.

Related Issues (18)

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.