RuihanLu / EditableObjectNeRF

MIT License
0 stars 0 forks source link

PCD_PATH #1

Open Magical1-zyz opened 9 months ago

Magical1-zyz commented 9 months ago

Hi, I just asked you a question from the original repository. I try yours,but I also have the same error, [Open3D WARNING] Read PLY failed: unable to open file: data/toy_desk/our_desk_2/pcd_from_mesh.ply Traceback (most recent call last): UserWarning: torchaudio C++ extension is not available. warnings.warn('torchaudio C++ extension is not available.') UserWarning: No audio backend is available. warnings.warn('No audio backend is available.')

I think the pcd_path is unable, which code is about the pcd_path, and I should change it to which path?

RuihanLu commented 9 months ago

ops, sorry about that. Looks like i uploaded the wrong version too.

you just need to download ToyDesk Dataset [ https://www.dropbox.com/s/bdqiv7pc13p6ugp/toydesk_data_full.zip?dl=0 ], unzip it and move toydesk_data/processed into data, and rename it to toy_desk.

I think this code is in config\toy_desk_2.yml

RuihanLu commented 9 months ago

And for the question about PyTorch torchaudio and audio backend, its something the author forget to mention in their repo. you need to install those by yourself. pip install torchaudio --upgrade pip install soundfile

Magical1-zyz commented 9 months ago

ok,I‘ll try. thankyou

RuihanLu commented 9 months ago

I suggest you to try the original repo from zju 3D Lab cause this repo is just a little try for the project, i changed many codes but forgot details. But you still can try to get any sights/ideas or ask questions from here :)

Magical1-zyz commented 9 months ago

ok,thanks.I change the pcd_path,the model is training.And another question is also have,but it does not affect model training.I use your method to update torchaudio,but it will warning about:torch not compiled with cuda enabled. So I reinstall the pytorch, it will have the error again.But model is training,so I ignore this error for now. Thank you again!!

Magical1-zyz commented 9 months ago

E:\Software\anaconda\envs\object_nerf\lib\site-packages\torch\cuda__init__.py:104: UserWarning: NVIDIA GeForce RTX 4070 Ti with CUDA capability sm_89 is not compatible with the current PyTorch installation. The current PyTorch install supports CUDA capabilities sm_37 sm_50 sm_60 sm_61 sm_70 sm_75 compute_37. If you want to use the NVIDIA GeForce RTX 4070 Ti GPU with PyTorch, please check the instructions at https://pytorch.org/get-started/locally/ warnings.warn(incompatible_device_warn.format(device_name, capability, " ".join(arch_list), device_name))

The model training suddenly stopped,I receive this warning when I train again. Your NVIDIA is which version, it sounds like the current pytorch not supports RTX 4070ti

RuihanLu commented 9 months ago

I used 3090 to train this model, I don't have any idea about this : (