Code Monkey home page Code Monkey logo

continuous_view_synthesis's People

Contributors

xuchen-ethz 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

continuous_view_synthesis's Issues

Evaluation code

hi,
thank your great work, can you upload the evaluation code? thanks.

calculation of the relative pose

Hi,could you explain why the relative pose is calculated as RA.T@RB and T = RA.T.dot(TB-TA)/50 when processing the kitti dataset?
i got the wrong result with other calculation formulas.
thank you!

event.xdata will show None

Thanks to the open source code, I have some questions about the demo test. When I use demo_kitti.py , the value of event.xdata will show None while the mouse is moving. Can you tell me why that is.

attribute 'as_dcm'

Thank you for your open source code. The following error occurs when I run demo_car.py,

AttributeError: 'scipy.spatial.transform.rotation.Rotation' object has no attribute 'as_dcm'

Can you tell me the correct version of scipy

KITTI data

Question - What actually are the first three values in each entry in poses.txt? According to the official repo (https://github.com/bostondiditeam/kitti/blob/master/Papers_Summary/Geiger2013IJRR/readme.md), KITTI odometry has 7 values (the first three being box size along respective dimensions), but in poses.txt there're just six... And why are they involved in the camera rotation matrix?

I would really appreciate it If you could explain what is going on here:

RB = ROT.from_euler('xyz',poseB[0:3]).as_dcm()
TA = poseA[3:].reshape(3, 1)
RA = ROT.from_euler('xyz',poseA[0:3]).as_dcm()
T = RA.T.dot(TB-TA)/50.
.

Thank you

txt request

I have studied your article named recently. Could you please provide TXT files of training data and test data.Thanks for your reply.

camera intrinsic matrix

您好,非常感谢您的杰出贡献!我想请教一下,我看论文中写道是:通过透视投影从解码器所预测的深度图Dt来得到 dense backward flow map Ct→s,这个过程好像需要camera intrinsic matrix K,请问这个K是怎么得到以及确定的呢?如果换一个数据集,这个K不需要作出任何改变吗?如何根据数据集来进行改变呢?(我看代码中的kitti数据集与car数据集的intrinsics就是不一样的矩阵)

真心期待得到您的解答!

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.