eldar / flash3d

Official implementation of Flash3D paper
77 stars 7 forks source link

Question about the datset Real10k #1

Open DavidYan2001 opened 1 month ago

DavidYan2001 commented 1 month ago

Dear author,

Thank you for your nice work and the code!

When I want to download the Real10K dataset, it always shows that the tmp_path(tmpdir) in download_realestate10k.py is NoneType. Could you please give some solutions to this?

By the way, is there any difference between the Real10k dataset processed and the provided one (about 500GB) provided by Pixelsplat?

Thanks!

lifuguan commented 1 month ago

You can just use:

    out_path = Path(args.out_path)
    tmp_path = out_path

It works for me.

DavidYan2001 commented 1 month ago

You can just use:

    out_path = Path(args.out_path)
    tmp_path = out_path

It works for me.

It seems like showing: [INFO] Downloading https://www.youtube.com/XXXXX rm: cannot remove 'data/RealEstate10K/current_train': No such file or directory

lifuguan commented 1 month ago

Yea, it means it is unable to download on YouTube. if you are in China, you will be banned by GFW.

DavidYan2001 commented 1 month ago

Thanks a lot!

rwn17 commented 1 month ago

I'm also curious about

is there any difference between the Real10k dataset processed and the provided one (about 500GB) provided by Pixelsplat?

lifuguan commented 1 month ago

There's no differences between Pixelsplat and Flash3D, however, Flash3D provide extra sparse pointclouds as pcl.test.tar and pcl.train.tar.

I'm also curious about

is there any difference between the Real10k dataset processed and the provided one (about 500GB) provided by Pixelsplat?

CV2RL commented 2 weeks ago

There's no differences between Pixelsplat and Flash3D, however, Flash3D provide extra sparse pointclouds as pcl.test.tar and pcl.train.tar.

I'm also curious about

is there any difference between the Real10k dataset processed and the provided one (about 500GB) provided by Pixelsplat?

Since the files are saved in different formats on both sides do I have to rewrite a dataset.py to reproduce the flash3d with the pixelsplat torch file? Do you have any data saved in the cloud that can be used like Google drive if you download it, looking forward to your reply!

githubnameoo commented 3 days ago

You can just use:

    out_path = Path(args.out_path)
    tmp_path = out_path

It works for me.

You can just use:

    out_path = Path(args.out_path)
    tmp_path = out_path

It works for me.

How can I realize a 3D scene through a single picture? There is no result after evaluating.py test