Skip to content
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

"<file> was not rendered successfully' error #43

Open
christopher-beckham opened this issue Jun 17, 2024 · 1 comment
Open

"<file> was not rendered successfully' error #43

christopher-beckham opened this issue Jun 17, 2024 · 1 comment

Comments

@christopher-beckham
Copy link

Hi,

Thank you so much for the dataset release. I followed all the instructions as per the readme file yet I seem to be getting this error when I run python3 main.py:

2024-06-17 15:53:55.887 | INFO     | __main__:render_objects:397 - Using 1 GPU devices for rendering.
2024-06-17 15:53:55.895 | INFO     | __main__:render_objects:406 - Provided 10 objects to render.
2024-06-17 15:53:55.897 | INFO     | __main__:render_objects:417 - Found 0 objects already rendered.
2024-06-17 15:53:55.900 | INFO     | __main__:render_objects:423 - Rendering 10 new objects.
2024-06-17 15:53:55.902 | INFO     | objaverse.xl.github:download_objects:602 - Provided 1 repoIds with 10 objects to process.
2024-06-17 15:53:55.902 | INFO     | objaverse.xl.github:download_objects:614 - Found 1 repoIds not yet downloaded. Downloading now...
Grouping objects by repository: 100%|
Handling 3D object files:   0%|                                                                                                                                                                                                         | 0/11 [00:00<?, ?it/s]2024-06-17 15:53:56.537 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example-embedded.gltf was not rendered successfully!
2024-06-17 15:53:56.545 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.obj was not rendered successfully!
2024-06-17 15:53:56.554 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example-linked.gltf was not rendered successfully!
2024-06-17 15:53:56.561 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.dae was not rendered successfully!
2024-06-17 15:53:56.570 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.blend was not rendered successfully!
2024-06-17 15:53:56.578 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.ply was not rendered successfully!
2024-06-17 15:53:56.585 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.glb was not rendered successfully!
2024-06-17 15:53:56.594 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.abc was not rendered successfully!
2024-06-17 15:53:56.600 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.stl was not rendered successfully!
2024-06-17 15:53:56.606 | ERROR    | __main__:handle_found_object:165 - Found object https://github.com/mattdeitke/objaverse-xl-test-files/blob/ead0bed6a76012452273bbe18d12e4d68a881956/example.fbx was not rendered successfully!

Do you have any ideas on what might be causing this? It appears the test files do exist, as I tested downloading a few of them with wget.

Thanks!

@adamsunn
Copy link

adamsunn commented Jul 1, 2024

Following #27 and changing to the rendering engine to CYCLES worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants