naver / dust3r

DUSt3R: Geometric 3D Vision Made Easy
https://dust3r.europe.naverlabs.com/
Other
4.65k stars 515 forks source link

Some f-string error #42

Closed curehabit closed 3 months ago

curehabit commented 3 months ago

Hi, I get some f-string error, like:

dust3r/heads/__init__.py line:19
raise NotImplementedError(f"unexpected {head_type=} and {output_mode=}")

 File "<fstring>", line 1
    (head_type=)
              ^
SyntaxError: invalid syntax

Am I using the wrong approach?

curehabit commented 3 months ago

Python >= 3.8