Open frozenbird07 opened 1 year ago
Are you running on windows?This part of the bug has to do with code that uses python to generate cache files line99 temp_config_file = tempfile.NamedTemporaryFile(dir=temp_config_dir, suffix='.py', delete=False) add the “delete = False”
I meet this problem too,have you fixed it ?
邮件已收到若24小时内未回复,请qq或微信联系
这个代码报错是怎么解决的,我也遇到了同样的问题。但是我检查了一下clr_resnet18_tusimple.py文件没有发现明显的错误。
上面给出的方法我没试过,他说是win下python的小bug,改某个位置,我是直接最后装linux了
我改了,config.py文件,但是还是有问题
邮件已收到若24小时内未回复,请qq或微信联系
请问你在windows成功复现了这个模型吗 你的qq和微信是什么 想请教一下你关于这个模型的问题
之前实习的时候复现过,你可以先用tusimple数据集实验发自我的荣耀手机-------- 原始邮件 --------发件人: toughhhh @.>日期: 2023年12月13日周三 晚上10:03收件人: Turoad/CLRNet @.>抄送: zhangzhongyuan1996 @.>, Comment @.>主 题: Re: [Turoad/CLRNet] PermissionError: [Errno 13] Permission denied: (Issue #112)
邮件已收到若24小时内未回复,请qq或微信联系
请问你在windows成功复现了这个模型吗 你的qq和微信是什么 想请教一下你关于这个模型的问题
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>
input python main.py configs/clrnet/clr_resnet18_tusimple.py --gpus 0 then terminal shows that: PermissionError: [Errno 13] Permission denied: 'C:\Users\FROZEN~1\AppData\Local\Temp\tmpw0ua7u21\tmp84udovr7.py' how to solve this problem? I search in baidu.com to find out but nobody can get a useful solution.