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

Files missing read permission #1818

Open
knl88 opened this issue Dec 20, 2024 · 0 comments
Open

Files missing read permission #1818

knl88 opened this issue Dec 20, 2024 · 0 comments

Comments

@knl88
Copy link

knl88 commented Dec 20, 2024

How did you install ODM? (Docker, installer, natively, ...)?

Docker

What is the problem?

The files:

-rw------- 1 root root opensfm/undistorted/openmvs/scene_dense.ply
-rw------- 1 root root opensfm/undistorted/openmvs/scene_dense_dense_filtered.ply
-rw------- 1 root root odm_meshing/odm_mesh.ply
-rw------- 1 root root odm_meshing/odm_25dmesh.ply

Are created with permission 600 so they aren't readable by others without changing permissions using the root user.

What should be the expected behavior? If this is a feature request, please describe in detail the changes you think should be made to the code, citing files and lines where changes should be made, if possible.

The above files should be created with permission 644 so they are readable by everyone, this is the behavior in ODM v3.1.0.

How can we reproduce this? What steps did you do to trigger the problem? If this is an issue with processing a dataset, YOU MUST include a copy of your dataset AND task output log, uploaded on Google Drive or Dropbox (otherwise we cannot reproduce this).

git clone https://github.com/pierotofy/drone_dataset_brighton_beach.git
docker run -ti --rm -v $(pwd)/drone_dataset_brighton_beach:/datasets opendronemap/odm:3.5.3 --project-path /datasets .
ls -ltr drone_dataset_brighton_beach/odm_meshing/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant