You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RuntimeError:Tried to access nonexistent attribute or method 'call.' of type "'.torch.-.konia.geometry.boxes.Boxes3D'. Did you forget to initialize an attribute in init()?:
File "E:\Anaconda3\envs\st-nerf\lib\site-packages\kornia\geometry\boxes.py",line 718# Due to some torch.jit.script bug (at least <= 1.9), you need to pass all arguments to .-init__ when# constructing the class from inside of a method.
return cls(hexahedrons, raise if_not floating point=False mode=mode)222 <--- HERE
Hello, the following errors occur when I run the test code. How can I solve them
The text was updated successfully, but these errors were encountered:
RuntimeError:Tried to access nonexistent attribute or method 'call.' of type "'.torch.-.konia.geometry.boxes.Boxes3D'. Did you forget to initialize an attribute in init()?:
File "E:\Anaconda3\envs\st-nerf\lib\site-packages\kornia\geometry\boxes.py",line 718# Due to some torch.jit.script bug (at least <= 1.9), you need to pass all arguments to .-init__ when# constructing the class from inside of a method.
return cls(hexahedrons, raise if_not floating point=False mode=mode)222 <--- HERE
Hello, the following errors occur when I run the test code. How can I solve them
The text was updated successfully, but these errors were encountered: