Datasets:

Languages:
English
ArXiv:
License:

Minimal script of pulling object file by specified tag

#54
by Dilir - opened

Hello, I'm working on a project that requires 3d objects and I was looking into the API for Objaverse to pull 3d objects by tag. The tutorial on the website shows how to access a list of the objects available, but I was looking to simply search for a entries matching a tag like "cow" or "stair" and return the UID or URI to download the relevant file. From what I've seen so far, I think I'll be using the 'name' or 'slug' entries of the annotations. If the API supports pulling objects simply by name, I would highly appreciate if anyone can point me to the documentation to achieve this. I'm guessing this isn't too complicated so if it's not a complex script, feel free to share code. Thanks.

Sign up or log in to comment