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 make own datasets? #16

Closed
divingwolf opened this issue Jun 16, 2022 · 5 comments
Closed

How to make own datasets? #16

divingwolf opened this issue Jun 16, 2022 · 5 comments

Comments

@divingwolf
Copy link

Hello, author.

Thank you for completing and providing this great work.

I ran the code and got perfect results on the data set you provided, so I want to try to make my own data set and see how the code works. Could you describe in detail how to create own datasets, such as how to use BundleFusion you mentioned in readme.md.

@IsaacYaner
Copy link

Hello, @jinshuitiaofan may I ask how did you prepare the data folder? I have downloaded the datasets but I have no idea how to prepare the files listed in data section such as:
├── depth0.png
├── img1.png
├── focal.txt
├── poses.txt
├── trainval_poses.txt

@divingwolf
Copy link
Author

Hello, @jinshuitiaofan may I ask how did you prepare the data folder? I have downloaded the datasets but I have no idea how to prepare the files listed in data section such as: ├── depth0.png ├── img1.png ├── focal.txt ├── poses.txt ├── trainval_poses.txt

haha, I dont know. The author has not replied to me yet.

@IsaacYaner
Copy link

I think I figured it out thanks all:)

@divingwolf
Copy link
Author

I think I figured it out thanks all:)

bro, show me your achievement. :)

@Daniil-Osokin
Copy link

Hi! You should organize it in the following way, as README.md says:

<scene_name>            # datadir in the config file
├── depth
    ├── leave empty
    ...
├── depth_filtered      # your depth images
    ├── depth0.png     
    ├── depth1.png
    ├── depth2.png
    ...
├── images              # your RGB images
    ├── img0.png     
    ├── img1.png
    ├── img2.png
    ...
├── focal.txt           # your camera focal length
├── trainval_poses.txt  # your camera poses for optimization

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

4 participants