-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: No such file: '/home/lferris/ChatSim/results/cache/1137_demo_2024_07_09_11_04_41/blender_output/0/RGB_composite.png' #40
Comments
Has anyone encountered the same issue? What solutions do you have? |
Is there any files in |
Thanks for reply!There is no files in /home/lferris/ChatSim/results/cache/1137_demo_2024_07_09_11_04_41/blender_output/ |
Run the blender rendering separately to see if it works. You can follow the Blender utils Readme You can just run the command in usage section if everything for chatsim is set. |
Hi, sorry for the confusion. Just make a alias to you installed blender, no matter where it is installed.
|
If you followed the project's README, |
I update the README, and hope it is more clear. |
Has anyone encountered the same issue? The result file blender_output is empty |
The blender rendering can run separately,but when I run python main.py -y config/waymo-1137.yaml -p "Add a Benz G in front of me, driving away fast.",I find that the file "blender_output" is still empty |
Probably it is due to OOM, reduce |
Totally the same issue I encountered with you, do you have found some solutions? |
Setting multi_process_num equal to 1, this issue disappears. |
I met the same error. But after I set multi_process_num to 1, the error still exists. |
Hi, have you solved this problem? I met the same error. |
could you guys share the log file?@wmkai @xyyu-callen |
Thanks for your reply. Do you mean the following log?
|
Blender fails to render the images. Well, you can see we run the blender rendering command following those lines
Could you run it manually? You can use existing cache dir, set Just remove the |
I tried to run Then it shows 'chatsim/foreground/Blender/blender-3.5.1-linux-x64/blender: error while loading shared libraries: libXrender.so.1: cannot open shared object file: No such file or directory'. So I use |
Currently, during the replication process, I encountered the following issue:
when I run the command python main.py -y config/waymo-1137.yaml -p "Add a Benz G in front of me, driving away fast." for testing, I receive the following error:
FileNotFoundError: No such file: '/home/lferris/ChatSim/results/cache/1137_demo_2024_07_09_11_04_41/blender_output/0/RGB_composite.png'
The McNeRF has already been fully trained, and I have also called the valid OpenAI API.
The text was updated successfully, but these errors were encountered: