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

Missing pcl.ply file #2

Closed
zhigangjiang opened this issue May 15, 2023 · 1 comment
Closed

Missing pcl.ply file #2

zhigangjiang opened this issue May 15, 2023 · 1 comment

Comments

@zhigangjiang
Copy link

HI, thank your for your great work.

I tried to run your project, but could not find the pcl.ply file, for example in Pilot scenes.

The pcl.plyfile is indicated at

self.pcl_gt = read_ply(os.path.join(self.mp3d_fpe_scene_dir, 'pcl.ply'))

@EnriqueSolarte
Copy link
Owner

Hi,
Thanks for your feedback.
I fixed this issue.

  1. I uploaded the missing pcl.ply files to the MP3D-FPE dataset (google drive). Note that these are *.zip files.
  2. The data/mp3d_fpe_google_drive_ids.csv has been updated. The *_pcl_ply.zip files were added, so you can download the whole dataset running:
python download_mp3d_fpe.py
  1. I created data/mp3d_fpe_google_drive__pcl_ply__ids.csv to refer only to the missing pcl.ply files. You can download this data as follows:
python download_mp3d_fpe.py --ids_file data/mp3d_fpe_google_drive__pcl_ply__ids.csv

Please, let me know if you can run 360-DFPE successfully.

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