Commit 8009066c authored by David Flynn's avatar David Flynn
Browse files

tools: remove obsolete test scripts

parent 0cf743a3
#!/bin/bash
../bin/linux/tmc3 --mode 0 --mergeDuplicatedPoints 1 --uncompressedDataPath Ford_01-0100.ply --compressedStreamPath compressed.bin --colorTransform 1 --numberOfNearestNeighborsInPrediction 8 --positionQuantizationScale 500.0 --levelOfDetailCount 6 --dist2 16777216 4194304 1048576 262144 65536 0 --quantizationSteps 1 1 1 2 2 2 --quantizationDeadZoneSizes 1 1 1 2 2 2 --searchRange 2 --attribute color --attribute reflectance
../bin/linux/tmc3 --mode 1 --compressedStreamPath compressed.bin --reconstructedDataPath reconstructed_dec.ply --colorTransform 1
#!/bin/bash
../bin/osx/tmc3 --mode 0 --mergeDuplicatedPoints 1 --uncompressedDataPath Ford_01-0100.ply --compressedStreamPath compressed.bin --colorTransform 1 --numberOfNearestNeighborsInPrediction 8 --positionQuantizationScale 500.0 --levelOfDetailCount 6 --dist2 16777216 4194304 1048576 262144 65536 0 --quantizationSteps 1 1 1 2 2 2 --quantizationDeadZoneSizes 1 1 1 2 2 2 --searchRange 2 --attribute color --attribute reflectance
../bin/osx/tmc3 --mode 1 --compressedStreamPath compressed.bin --reconstructedDataPath reconstructed_dec.ply --colorTransform 1
..\bin\win\tmc3 --mode 0 --mergeDuplicatedPoints 1 --uncompressedDataPath Ford_01-0100.ply --compressedStreamPath compressed.bin --colorTransform 1 --numberOfNearestNeighborsInPrediction 8 --positionQuantizationScale 500.0 --levelOfDetailCount 6 --dist2 16777216 4194304 1048576 262144 65536 0 --quantizationSteps 1 1 1 2 2 2 --quantizationDeadZoneSizes 1 1 1 2 2 2 --searchRange 2 --attribute color --attribute reflectance
..\bin\win\tmc3 --mode 1 --compressedStreamPath compressed.bin --reconstructedDataPath reconstructed_dec.ply --colorTransform 1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment