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

how to use the tmc13? #5

Open
zhuanglehui opened this issue Aug 29, 2021 · 10 comments
Open

how to use the tmc13? #5

zhuanglehui opened this issue Aug 29, 2021 · 10 comments

Comments

@zhuanglehui
Copy link

When i run the coder.py, tmc3 permission denied. I have run 'sudo chmod 700 tmc3 pcerror_d' before, but it doesnot work. Could you help me?Thanks!
The errores is following:
/bin/sh: 1: /home/zhuang/Documents/PCGC/PCGCv2-master/mpeg-pcc-tmc13-master/tmc3: Permission denied Enc Time: 0.363 s /bin/sh: 1: /home/zhuang/Documents/PCGC/PCGCv2-master/mpeg-pcc-tmc13-master/tmc3: Permission denied Traceback (most recent call last): File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 154, in <module> x_dec = coder.decode(rho=args.rho) File "/home/zhuang/anaconda3/envs/PCGC/lib/python3.9/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 96, in decode y_C = self.coordinate_coder.decode(postfix=postfix) File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 33, in decode coords = read_ply_ascii_geo(self.ply_filename) File "/home/zhuang/Documents/PCGC/PCGCv2-master/data_utils.py", line 20, in read_ply_ascii_geo files = open(filedir) FileNotFoundError: [Errno 2] No such file or directory: './output/longdress_vox10_1300.ply

@MaybeOjbk
Copy link

maye be you can use "chmod a+x tmc3" ,

@qsibmini-khu
Copy link

I am having the same issue! Do you know the solution? Thank you in advance

When i run the coder.py, tmc3 permission denied. I have run 'sudo chmod 700 tmc3 pcerror_d' before, but it doesnot work. Could you help me?Thanks! The errores is following: /bin/sh: 1: /home/zhuang/Documents/PCGC/PCGCv2-master/mpeg-pcc-tmc13-master/tmc3: Permission denied Enc Time: 0.363 s /bin/sh: 1: /home/zhuang/Documents/PCGC/PCGCv2-master/mpeg-pcc-tmc13-master/tmc3: Permission denied Traceback (most recent call last): File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 154, in <module> x_dec = coder.decode(rho=args.rho) File "/home/zhuang/anaconda3/envs/PCGC/lib/python3.9/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 96, in decode y_C = self.coordinate_coder.decode(postfix=postfix) File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 33, in decode coords = read_ply_ascii_geo(self.ply_filename) File "/home/zhuang/Documents/PCGC/PCGCv2-master/data_utils.py", line 20, in read_ply_ascii_geo files = open(filedir) FileNotFoundError: [Errno 2] No such file or directory: './output/longdress_vox10_1300.ply

@zhuanglehui
Copy link
Author

zhuanglehui commented Jul 3, 2022 via email

@qsibmini-khu
Copy link

qsibmini-khu commented Jul 4, 2022 via email

@skyqwe123
Copy link

@MaybeOjbk @zhuanglehui @qsibmini-khu Have you solved it?chmod 777 or a+x does not work for me.

@qsibmini-khu
Copy link

qsibmini-khu commented Oct 30, 2022 via email

@qsibmini-khu
Copy link

qsibmini-khu commented Oct 30, 2022 via email

@skyqwe123
Copy link

for me, the location of the tmc file was the problem, so I had to change the location and it worked. 2022년 10월 30일 (일) 오전 4:21, sky @.>님이 작성:

@MaybeOjbk https://github.com/MaybeOjbk @zhuanglehui https://github.com/zhuanglehui @qsibmini-khu https://github.com/qsibmini-khu Have you solved it?chmod 777 or a+x does not work for me. — Reply to this email directly, view it on GitHub <#5 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AV5QHGNS46BJ6NH3MC5USO3WFXSVBANCNFSM5C7X7HPA . You are receiving this because you were mentioned.Message ID: @.
>

@qsibmini-khu Could you send your catalogue? Or directory list of tmc13?

@yydlmzyz
Copy link
Collaborator

yydlmzyz commented Nov 4, 2022

Sorry for the late reply.
tmc13 should be installed from https://github.com/MPEGGroup/mpeg-pcc-tmc13.
It should be placed in the right place and given permission by ‘chmod 777 tmc3'.
If you heve any question, please directly contact me by email ([email protected]).

@X-mak
Copy link

X-mak commented Apr 15, 2023

When i run the coder.py, tmc3 permission denied. I have run 'sudo chmod 700 tmc3 pcerror_d' before, but it doesnot work. Could you help me?Thanks! The errores is following: /bin/sh: 1: /home/zhuang/Documents/PCGC/PCGCv2-master/mpeg-pcc-tmc13-master/tmc3: Permission denied Enc Time: 0.363 s /bin/sh: 1: /home/zhuang/Documents/PCGC/PCGCv2-master/mpeg-pcc-tmc13-master/tmc3: Permission denied Traceback (most recent call last): File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 154, in <module> x_dec = coder.decode(rho=args.rho) File "/home/zhuang/anaconda3/envs/PCGC/lib/python3.9/site-packages/torch/autograd/grad_mode.py", line 27, in decorate_context return func(*args, **kwargs) File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 96, in decode y_C = self.coordinate_coder.decode(postfix=postfix) File "/home/zhuang/Documents/PCGC/PCGCv2-master/coder.py", line 33, in decode coords = read_ply_ascii_geo(self.ply_filename) File "/home/zhuang/Documents/PCGC/PCGCv2-master/data_utils.py", line 20, in read_ply_ascii_geo files = open(filedir) FileNotFoundError: [Errno 2] No such file or directory: './output/longdress_vox10_1300.ply

 Actually I have the same problem as you .But I finally solve it, hope my answer could help you.
 Firstly, you should follow the https://github.com/MPEGGroup/mpeg-pcc-tmc13  to complete the building , then copy the tmc3(from /mpeg-pcc-tmc13-master/build/tmc3/tmc3) to this project .finally you can run this project successfully.

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

6 participants