OpenShape_code
OpenShape_code copied to clipboard
official code of “OpenShape: Scaling Up 3D Shape Representation Towards Open-World Understanding”
When uploading the demo/owl.ply file into the online demo, an error occurred: support/snapshots/70dbc29fa30520cb78b4982de671f90600c08685/openshape/demo/misc_utils.py", line 97, in trimesh_to_pc assert isinstance(scene_or_mesh, trimesh.Trimesh) AssertionError I found out that the data pipeline in the...
The live demo on huggingface seems to have some errors. Will you fix it soon?
Hi, I noticed that you have used the relative position of centroids as the input of the position encoding: `entroid_delta = centroids.unsqueeze(-1) - centroids.unsqueeze(-2)` may I know the reason to...
Thanks for sharing your great work! I wonder whether it is possible for you to provide the inference script on downstream datasets (e.g., ModelNet40, ScanObjectNN), including inference runtime configs. Thanks.
Dear Author, Thanks for the great work! Do you still keep the retrained models of ULIP in your paper? It could be a great contribution if you could also shared...
Hello, can I konw how you get the thumbnails of 3D object?
Hello I would like to try your demo application but it seems to be broken: https://huggingface.co/spaces/OpenShape/openshape-demo When I open the demo there is an error: File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in...
As the title indicates, do you have such a plan to pre-train OpenShape on the 10M-scale 3D dataset, objaverse-xl? I think the zero-shot generalization of such a model will be...
Hi, I have a question on how to generate lvis_cat_name_pt_feat.npy used for evaluation. I wrote the following code to mimick your extracted embeddings, the templates is copied from [ULIP-templates](https://github.com/salesforce/ULIP/blob/main/data/templates.json): ```...