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

Problem Ignoring tile #26

Open
Raquel0 opened this issue Feb 14, 2019 · 4 comments
Open

Problem Ignoring tile #26

Raquel0 opened this issue Feb 14, 2019 · 4 comments

Comments

@Raquel0
Copy link

Raquel0 commented Feb 14, 2019

Hi!

First of all, thank you for your time and effort.
I have a problem that is coming me crazy. When following the steps for transforming a Point Cloud in Ubuntu not using docker but the command line, i initially get the folder full of tiles, after all the process, the last command i use is:
mpc-merge-all -i ~/PathTo/Potree-OctTrees -o ~/PathTo/Potree-OctTrees-merged -m

what i see in command line after running that command is:
Input folder with Potree-OctTrees: /PathTo/Potree-OctTrees
Output Potree OctTree: /PathTo/Potree-OctTrees-merged
Move: True
Starting merge_potree_all.py...
Ignoring tile_0_2_potree_converter.mon.disk
Ignoring tile_1_5_potree_converter.mon.disk
Ignoring tile_0_1
Ignoring tile_1_2_potree_converter.log
Ignoring tile_0_2_potree_converter.mon
Ignoring tile_1_2_potree_converter.mon.disk
Ignoring tile_3_1
...

And i've noticed that every log file in /PathTo/Potree-OctTrees contains the text

Segmentation fault (core dumped)

I have no data transformation.
¿Could anybody help me having my first Massive-PotreeConverter conversion?

Thanks!!!

@fgilic
Copy link

fgilic commented Feb 15, 2019

Hi Raquel0,

this is probably problem with PotreeConverter (issue #265). You can try using PotreeConverter from this fork or Massive-PotreeConverter from this one.

Also, you can try to manually edit PotreeConverter commands in XML file that was created by mpc-create-config-pycoeman. Instead of:

PotreeConverter --outdir <outdir> --levels <levels> --output-format <output-format> --source <point-cloud-tile> --spacing <spacing> --aabb <aabb>

comands should be like this:

PotreeConverter <point-cloud-tile> --outdir <outdir> --levels <levels> --output-format <output-format> --spacing <spacing> --aabb <aabb>

@Raquel0
Copy link
Author

Raquel0 commented Feb 18, 2019

@fgilic Thank you very much!! As soon as i get any result i will share it here. 😄

@Raquel0
Copy link
Author

Raquel0 commented Feb 18, 2019

@fgilic Hi!!!

I finally got it!! Thank you very much.
The only thing that i had to change was in create_pycoeman_config_run_massive_potree_converter.py

xmlCommandElement.text = 'PotreeConverter ' + tile + ' --outdir ' + localOutputFolder + ' --levels ' + str(levels) + ' --output-format ' + str(outputFormat).upper() + ' --spacing ' + str(spacing) + ' --aabb "' + extent + '"'

I added a space before --output-format and it worked perfectly

Thaks a lot again 😸

@fgilic
Copy link

fgilic commented Feb 18, 2019

No problem @Raquel0.
Thanks for that space, I accidentally forgot it. 😄

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