NJUVISION / PCGCv1

Point Cloud Geometry Compression
Apache License 2.0
41 stars 11 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './compressed/longdress_vox10_1300.cubepos' #2

Closed MengtaoZhang closed 3 years ago

MengtaoZhang commented 3 years ago

Hi,

I tries to run this command: python test.py compress "testdata/8iVFB/longdress_vox10_1300.ply" \ --ckpt_dir="checkpoints/hyper/a6b3/" but there is one error msg like the title.

I see there there is a usage of write_binary_files_hyper(params) in 100th line of test.py. And the implementation of write_binary_files_hyper(params) doesn't write the responding .cubepos file.

Hope to hear from you guys soon.

Regards, Mengtao Zhang

MengtaoZhang commented 3 years ago

I used macos and there is a exe file that cannot run in macOS. When I use ubuntu os and it works.