Git Product home page Git Product logo

Comments (6)

Nik-V9 avatar Nik-V9 commented on July 29, 2024

Hi, this seems to be a problem with the visualizer. The whole scene's camera trajectory is getting visualized. For some reason, your interactive rendering is not working.

Could you let me know if you're using the latest version of the scripts? Could you share your params.npz so that I could check things on my end?

from splatam.

hhcxx2006 avatar hhcxx2006 commented on July 29, 2024

No, the params.npz was generated by your yesterday code. Here is the file, you can check it.
https://drive.google.com/file/d/1Py02yvSJZmlnGp3KrTkxRX3tliNtpmh7/view?usp=drive_link

from splatam.

Nik-V9 avatar Nik-V9 commented on July 29, 2024

Thanks for sharing the params. The visualization looks correct on my end.

Replica Interactive Viz

This looks like an Open3D issue on your end. Are you using the correct version (0.16.0)?

Another check would be to add a print statement at this line to check if your code is entering the while loop (interactive rendering):

cam_params = view_control.convert_to_pinhole_camera_parameters()

from splatam.

hhcxx2006 avatar hhcxx2006 commented on July 29, 2024

Hi, thank you for your help. I changed my Open3D from 0.17.0 to 0.16.0. Then it works! Thank you!
Now I want to use Intel RealSense D435i to collect my own data. I wonder what inputs should I have? I can collect rgb and depth images. Should I provide camera pose somewhere? How to use my own data? Thank you

from splatam.

Nik-V9 avatar Nik-V9 commented on July 29, 2024

Hi, we have a dataloader for real sense: https://github.com/spla-tam/SplaTAM/blob/main/datasets/gradslam_datasets/realsense.py

You can use this as a starting point to set up the code. The code doesn't require ground truth poses; however, the dataloader requires it. Initializing a list of poses to identity in the dataloader should also work, where the length of the list is the number of frames.

from splatam.

Nik-V9 avatar Nik-V9 commented on July 29, 2024

Closing this issue for now. If you have further queries regarding RealSense, please open another issue.

from splatam.

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.