Filtering
Hello, I have a quick question in regards to filtering. Can someone please give some tips/resources in regards to filtering for a specific category? The Objaverse paper says there's 44 k animated models. How would I be able to filter so I only get the 44 k models and download them locally as .glb files? And then how would I filter for a specific type of model, like say a 'car'?
Thank you for your help and time
@3d-beginner To filter the animated models, I suggest checking whether the model has an Armature (https://docs.blender.org/api/current/bpy.types.Armature.html). If you need to filter for a specific type of model, you can utilize annotations. Here is the link for loading annotations: https://objaverse.allenai.org/docs/download#loading-annotations.