yifita / DSS

Differentiable Surface Splatting
441 stars 31 forks source link

AttributeError: _evt #20

Closed pbonazzi closed 2 years ago

pbonazzi commented 2 years ago

When running scripts/create_mvr_data_from_mesh.py for the first time, I have also encountered this error

An exception occurred in telemetry logging.Disabling telemetry to prevent further exceptions.
Traceback (most recent call last):
  File "/home/mengqi/.conda/envs/pytorch3d/lib/python3.8/site-packages/iopath/common/file_io.py", line 946, in __log_tmetry_keys
    handler.log_event()
  File "/home/mengqi/.conda/envs/pytorch3d/lib/python3.8/site-packages/iopath/common/event_logger.py", line 97, in log_event
    del self._evt
AttributeError: _evt

It is more like a warning than an error , because the telemetry is disabled after that and the code continues .

Version Python: 3.8 Pytorch: 1.6 Pytorch3D : 0.6.1

System System='Linux' release='4.15.0-188-generic' version='#199-Ubuntu SMP Wed Jun 15 20:42:56 UTC 2022' machine='x86_64'

lxxue commented 2 years ago

Please check my answer in #19

pbonazzi commented 2 years ago

Fixed with #21