lvjiahui / DRT

SIGGRAPH Asia 2020: Differentiable Refraction-Tracing for Mesh Reconstruction of Transparent Objects
71 stars 9 forks source link

SyntaxError: invalid syntax #10

Open wangjuan0626 opened 1 month ago

wangjuan0626 commented 1 month ago

Hi,jiahui.I get a syntax error when running the optim.py file,

File "optim.py", line 38 self.plypath = f"{path}/temp{pid}.ply" ^ SyntaxError: invalid syntax

but the Python environment I use supports f-strings. How can I solve this problem? Is it because the requirement file version is incompatible?