MPEG点云压缩工具VPCC输入参数配置

MPEG点云压缩工具VPCC输入参数配置


打开 D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0目录下(每个人位置不同)的README.md文件,找到输入参数格式如下:

在这里插入图片描述
各参数输入对应如下(发现自己目录下没有.exe文件的,记得VS编译生成下对应的工程):
①–configurationFolder=cfg/:--configurationFolder=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\
②–config=cfg/common/ctc-common.cfg:--config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\common\ctc-common.cfg
③–config=cfg/condition/ctc-all-intra.cfg:--config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\condition\ctc-all-intra.cfg
④–config=cfg/sequence/longdress_vox10.cfg:--config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\sequence\redandblack_vox10.cfg
⑤–config=cfg/rate/ctc-r3.cfg \:--config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\rate\ctc-r3.cfg:
⑥–frameCount=1:--frameCount=1
⑦–videoEncoderPath=…/external/HM-16.16/bin/TAppEncoderStatic:--videoEncoderPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Release\TAppEncoder.exe
⑧–colorSpaceConversionPath=…/external/HDRTools/bin/HDRConvert:–colorSpaceConversionPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\HDRTools\bin\HDRConvert.exe
--uncompressedDataPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\redandblack_viewdep_vox12.ply
--normshiyialDataPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\redandblack_viewdep_vox12.ply
⑪–compressedStreamPath=S26C03R03.bin:--compressedStreamPath=S26C03R03.bin
--videoEncoderAuxPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Release\TAppEncoder.exe
--videoEncoderOccupancyMapPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Release\TAppEncoder.exe

完整配置

Release:

D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\output>PccAppEncoder.exe --configurationFolder=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\  --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\common\ctc-common.cfg --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\condition\ctc-all-intra.cfg --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\sequence\redandblack_vox10.cfg --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\rate\ctc-r1.cfg   --frameCount=1  --videoEncoderPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Release\TAppEncoder.exe --videoEncoderOccupancyMapPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Release\TAppEncoder.exe --videoEncoderAuxPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Release\TAppEncoder.exe  --compressedStreamPath=S26C03R03.bin  --normalDataPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\redandblack_viewdep_vox12.ply --uncompressedDataPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\redandblack_viewdep_vox12.ply --colorSpaceConversionPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\HDRTools\bin\HDRConvert.exe

Debug:

D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\output>PccAppEncoder.exe --configurationFolder=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\  --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\common\ctc-common.cfg --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\condition\ctc-all-intra.cfg --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\sequence\redandblack_vox10.cfg --config=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\cfg\rate\ctc-r1.cfg   --frameCount=1  --videoEncoderPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Debug\TAppEncoder.exe --videoEncoderOccupancyMapPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Debug\TAppEncoder.exe --videoEncoderAuxPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\dependencies\hm-modification\external\HM-16.20+SCM-8.8-3DMC\bin\vc2015\x64\Debug\TAppEncoder.exe  --compressedStreamPath=S26C03R03.bin  --normalDataPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\redandblack_viewdep_vox12.ply --uncompressedDataPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\build\redandblack_viewdep_vox12.ply --colorSpaceConversionPath=D:\Point_Cloud\VPCC\mpeg-pcc-tmc2-release-v10.0\HDRTools\bin\HDRConvert.exe
  • 2
    点赞
  • 8
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值