JNeRF
JNeRF copied to clipboard
question about debug
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~
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.