Uni3D icon indicating copy to clipboard operation
Uni3D copied to clipboard

[ICLR'24 Spotlight] Uni3D: 3D Visual Representation from BAAI

Results 13 Uni3D issues
Sort by recently updated
recently updated
newest added

thanks for your work, and I have a question about open_clip.create_model_and_transforms. pretorianed = path/to/clip_model.bin model, _, preprocess = open_clip.create_model_and_transforms('EVA02-E-14-plus',pretrained=pretrained) but there are something wrong with that. it takes a few...

It is a good job. I have a question about the Evaluation datasets objaverse-lvis. I have download the test_datasets.zip. However, it seems that its dim is 1280, not 1024. So...

Dear Authors, Thanks for the great work! I noticed that the templates for the zeroshot classification to be a list of prompts(in the "templates.jason" file), may I ask if these...

>>>>>> I am trying to use the command line- pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib" >>>>>> But it is showing error like- Collecting pointnet2_ops Cloning git://github.com/erikwijmans/Pointnet2_PyTorch.git to /tmp/pip-install-yeknjq64/pointnet2-ops_0f5c19c3381948d0b75fd75f60b29bcb Running command git clone --filter=blob:none...

Dear Author, Many thanks for the great work and the nice open-source. During trying your code, I noticed that the embeding diomension of the point cloud encoder is set to...

Thank you for your interesting work! I just wonder how do you perform open-world understanding on scannet dataset?

When I use this pointnet2_ops_lib for pointnet2, I found out the atomicAdd() function in the .cu file is not fixed in order when called, resulting in a numerical error in...

Hello to the authors, First off, thanks so much for sharing your project with the community! It’s been really interesting to dive into. I've noticed that in the zero-shot classification,...

Hello, I'm using Uni3D to try to extract embeddings from 3D models from Objaverse. The format of 3d models are .glb, and I don't know how to transform it into...

Is it the same text generation method as openshape?