JNeRF icon indicating copy to clipboard operation
JNeRF copied to clipboard

question about debug

Open amiltonwong opened this issue 3 years ago • 1 comments

Hi, all,

As the main entry point: run_net.py applies threading Runner(), which leads to some difficulties in debugging (e.g. using PyCharm), is it possible to bypass the threading approach? And how could we modify the code?

Thanks~

amiltonwong avatar Jun 03 '22 03:06 amiltonwong

Hi, I don't understand where Runner uses treading. You can check runner.py, Runner is a trivial python class that does not use threading.

Gword avatar Jun 03 '22 04:06 Gword