Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run streetsurf using colmap-format dataset #64

Open
Mr-ind1fferent opened this issue Oct 22, 2024 · 2 comments
Open

How to run streetsurf using colmap-format dataset #64

Mr-ind1fferent opened this issue Oct 22, 2024 · 2 comments

Comments

@Mr-ind1fferent
Copy link

I have seen the script dataio/colmap and follow the instruction to get the colmap-format data. But now i am wondering how to train streetsurf using colmap-format dataset

@shenyehui
Copy link

I have seen the script dataio/colmap and follow the instruction to get the colmap-format data. But now i am wondering how to train streetsurf using colmap-format dataset

Hi! how to get cameras.bin (or cameras.txt), images.bin (or images.txt) and points3D.bin?

data_dir
├── images
│   ├── 00000000.jpg
│   ├── 00000001.jpg
│   ├── ...
└── sparse
    └── 0
        ├── cameras.bin (or cameras.txt)
        ├── images.bin (or images.txt)
        └── points3D.bin

@Mr-ind1fferent
Copy link
Author

I have seen the script dataio/colmap and follow the instruction to get the colmap-format data. But now i am wondering how to train streetsurf using colmap-format dataset

Hi! how to get cameras.bin (or cameras.txt), images.bin (or images.txt) and points3D.bin?

data_dir
├── images
│   ├── 00000000.jpg
│   ├── 00000001.jpg
│   ├── ...
└── sparse
    └── 0
        ├── cameras.bin (or cameras.txt)
        ├── images.bin (or images.txt)
        └── points3D.bin

You can use colmap scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants