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
The code hits these lines, and then there is no progress. I checked that the num_processes is 1, and the DataProcessor class objects are being instantiated as expected. However, the DataProcessor.run() is never reached, which I think would be called if the queue in data_proc .
Has anyone encountered this when trying it out on Windows? Any known workarounds maybe?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm running into a stall when generating point clouds from a trained nerf on Windows (same setup generates point clouds perfectly on Linux).
I narrowed it down to the
parallel_datamanager.py
:nerfstudio/nerfstudio/data/datamanagers/parallel_datamanager.py
Line 255 in 555d554
The code hits these lines, and then there is no progress. I checked that the
num_processes
is 1, and theDataProcessor
class objects are being instantiated as expected. However, theDataProcessor.run()
is never reached, which I think would be called if the queue indata_proc
.Has anyone encountered this when trying it out on Windows? Any known workarounds maybe?
Beta Was this translation helpful? Give feedback.
All reactions