Giter VIP home page Giter VIP logo

flow-motion-depth's People

Contributors

wang-kx 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

flow-motion-depth's Issues

Trained model for inference

Dear authors, thank you very mcuh for such inspiring paper and code.
Could you please share your trained model on DeMon dataset for inference?

Thank you again!

About GTA-SfM

Dear authors, I am interested in the dataset. And I would like to know if the depth maps are captured in orthographic or perspective mode?

Release

Hi, can u pls give us any estimates of the release date?

Some questions about the code

Hi, author
I am trying to figure out the theory and principle behind the code. I have some questions about the implementation of EpipolarCorrelationLayer module in correlation.py.
First, I do not understand why *10 is needed in here. Based on my understanding, *10 maybe represent the depth, but why the depth is 10?

Second, would you explain what the para_dir and perp_dir represent for. What words are they short for?

Third, from line90 to line127, I am not sure which part of your article they correspond to. It seems to be the implementation of Fig3. But I can not understand it aobut the end_point, nearest_k. Would you give a detailed explaination about that? I would appreciate you very much.

Dataset links not working

Hi! I was trying to access the dataset using the provided Baidu links but was unable to download it. I would appreciate any help with regards to the same. Thank you!

Is depth map on absolute scale? Can the data be used to warp one frame to the view of next frame?

Hi,

Thank you for sharing the database.
Are the depth values on the absolute scale? If yes, are they in meters or something different?

I'm planning to use your dataset for a view-synthesis-related problem I'm working on. Can you please confirm if your database will be suitable for that? To elaborate, I need to warp a frame to the view of the next frame using the relative transformation matrix, depth map, and camera intrinsic matrix.

Preprocess for normalizing the triangulation layer and flow

Hi,
you gave the mean and standard deviation for the triangulation layer and flow below.

tri_mean = [79.589,63.723,0.993,4.738,6.135,0.088,80.223,63.629]
self.tri_mean = torch.tensor(tri_mean).cuda().view(1, 8, 1, 1)
tri_std = [4.775e+01,3.840e+01,3.637e-02,9.760e+01,8.440e+01,5.954e-01,4.806e+01,3.914e+01]
self.tri_std = torch.tensor(tri_std).cuda().view(1, 8, 1, 1)
flow_mean = [0.476, 0.052]
self.flow_mean = torch.tensor(flow_mean).cuda().view(1, 2, 1, 1)
flow_std = [15.028, 13.412]
self.flow_std = torch.tensor(flow_std).cuda().view(1, 2, 1, 1)

How did you calculate these numbers?
Thank you!

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.