nv-tlabs / NKSR

[CVPR 2023 Highlight] Neural Kernel Surface Reconstruction
https://research.nvidia.com/labs/toronto-ai/NKSR
Other
735 stars 43 forks source link

AssertionError: Please setup wandb user! #46

Open anidealeft opened 11 months ago

anidealeft commented 11 months ago

hello, when I try to run the code with default setting, such error occurs to me: 09-24 19:46:13 (train.py:67) [INFO] Intelligent GPU selection: 0 Traceback (most recent call last): File "/media/root/3b729387-09c6-4bf2-a4a8-814e4d28f231/NKSR/NKSR-public/NKSR-public/train.py", line 199, in assert len(zeus.config.wandb.user) > 0, "Please setup wandb user!" AssertionError: Please setup wandb user!

here is the cutting image

how to fix it? could you please help me?

anidealeft commented 11 months ago

I try to set logger_type "tb" instead of "wandb" ,but another error occurs to me 5834e5a32661595df64a6012cbcde78 完整的错误信息: [Open3D INFO] EGL headless mode enabled. FEngine (64 bits) created at 0x66f7b1f0 (threading is enabled) EGL(1.4) eglCreateContext failed with EGL_BAD_MATCH Segmentation fault (core dumped)

anidealeft commented 11 months ago

I'm not sure how to fix such problem , could you give me any advice?

heiwang1997 commented 11 months ago

Hi @anidealeft Happy to help here. To solve this problem you would have to follow the procedure here: https://github.com/nv-tlabs/NKSR#reproducing-results-from-the-paper.

Specifically, you should copy the default yaml file and modify the related paths:

cp configs/default/zeus.yaml zeus_config.yaml

and modify the contents of zeus_config.yaml as needed to include your wandb account name and checkpoint/test results save directory.

Golriz-code commented 8 months ago

Hello, I have the same problem! And i did not use wandb before. Did you solve your problem @anidealeft , could you help me with this matter? Thanks