-
Notifications
You must be signed in to change notification settings - Fork 17
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
Comments
maye be you can use "chmod a+x tmc3" , |
I am having the same issue! Do you know the solution? Thank you in advance
|
you should run "sudo chmod 700 tmc3/pcerror_d respectly"
…------------------ 原始邮件 ------------------
发件人: "NJUVISION/PCGCv2" ***@***.***>;
发送时间: 2022年6月27日(星期一) 下午3:39
***@***.***>;
***@***.******@***.***>;
主题: Re: [NJUVISION/PCGCv2] how to use the tmc13? (#5)
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
thanks for your reply.
2022년 7월 3일 (일) 오후 11:21, zhuanglehui ***@***.***>님이 작성:
… you should run "sudo chmod 700 tmc3/pcerror_d respectly"
------------------ 原始邮件 ------------------
发件人: "NJUVISION/PCGCv2" ***@***.***>;
发送时间: 2022年6月27日(星期一) 下午3:39
***@***.***>;
***@***.******@***.***>;
主题: Re: [NJUVISION/PCGCv2] how to use the tmc13? (#5)
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID:
***@***.***>
—
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AV5QHGMLNYEVI35NRH3I4KLVSGOUZANCNFSM5C7X7HPA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@MaybeOjbk @zhuanglehui @qsibmini-khu Have you solved it?chmod 777 or a+x does not work for me. |
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:
***@***.***>
|
sorry I think my reply went to the wrong person
2022년 10월 30일 (일) 오전 8:17, 이민석[학생](전자정보대학 전자공학과) ***@***.***>님이 작성:
… 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? |
Sorry for the late reply. |
|
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
The text was updated successfully, but these errors were encountered: