I cannot get output data
Closed this issue · 1 comments
Hello, thanks for your nice work!
But I met a problem. I pull the image and run the metro as "sudo docker run --rm -v /home/ubuntu/Yue/docker_test larsmoa/metro /home/ubuntu/Yue/docker_test/armadillo_100_100.obj /home/ubuntu/Yue/docker_test/armadillo_100_100.obj", but I got nothing but
`-------------------------------
Metro V.4.07
http://vcg.isti.cnr.it
release date: Jan 14 2016
Usage: metro file1 file2 [opt]
Where opt can be:
-v disable vertex sampling
-e disable edge sampling
-f disable face sampling
-u ignore unreferred vertices
-sx set the face sampling mode
where x can be:
-s0 montecarlo sampling
-s1 subdivision sampling
-s2 similar triangles sampling (Default)
-n# set the required number of samples (overrides -A)
-a# set the required number of samples per area unit (overrides -N)
-c save a mesh with error as per-vertex colour and quality
-C # # Set the min/max values used for color mapping
-L Remove duplicated and unreferenced vertices before processing
-h write files with histograms of error distribution
-G Use a static Uniform Grid as Search Structure (default)
-O Use an octree as a Search Structure
-A Use an AxisAligned Bounding Box Tree as Search Structure
-H Use an Hashed Uniform Grid as Search Structure
Default options are to sample vertexes, edge and faces by taking
a number of samples that is approx. 10x the face number.`
DId I miss something?
I run the Metro without Docker but Qt. Anyway, thanks for the guide.