nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

I encountered an error with UserWarning: resource_tracker: while using it, and I'm not sure what the reason is.

Open Ziyue-Guo opened this issue 1 year ago • 2 comments

I successfully deployed the project on a 4090 computer. But when I ran it on a 3090 computer using the same method, I encountered the following error: /home/timo/miniconda3/envs/nerfstudio/lib/python3.8/site-packages/multiprocess/resource_tracker.py:219: UserWarning: resource_tracker: There appear to be 3 leaked semaphore objects to clean up at shutdown warnings.warn('resource_tracker: There appear to be %d '

The computer configuration for 4090 is as follows: R9-5900X+128G+4090. The computer configuration for 3090 is as follows: I9-10900K+32G+3090. The system was directly cloned, and I have corrected the error caused by the graphics card. However, I have never known the reason for the error in this multitasking tracker.

I hope the author who knows the reason can answer this question. Thank you very much for completing such a great project.

QQ截图20240328224703

Ziyue-Guo avatar Mar 28 '24 14:03 Ziyue-Guo

I got same issue when I train nerf-facto model. When I run SfM process by colmap, the error didn't appear.

SKKU-Marine avatar Apr 09 '24 09:04 SKKU-Marine

@Ziyue-Guo Any news on this issue? Did you manage to solve it? @SKKU-Marine I noticed that on my side too. I am training using high resolution custom data with known pose, tried to reduce images-to-sample-from but it did not help. If I run COLMAP on them it work just fine, even though same resolution, I am still working on how to run COLMAP on known camera poses to generate similar folder structure and use nerfstudio on them

isso313 avatar Aug 17 '24 11:08 isso313