allenai / objaverse-xl

🪐 Objaverse-XL is a Universe of 10M+ 3D Objects. Contains API Scripts for Downloading and Processing!
https://objaverse.allenai.org/
Apache License 2.0
704 stars 40 forks source link

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

Open christopher-beckham opened 2 months ago

christopher-beckham commented 2 months ago

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 commented 2 months ago

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