Yuan Ze

Results 4 comments of Yuan Ze

> 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...

Thank you for your really quick response. But I still get some questions. 1. Can you share us the code that you use to get the Objaverse-LVIS dataset? In order...

I just found that in [openshape's hf](https://huggingface.co/OpenShape/openshape-demo-support/blob/main/openshape/demo/misc_utils.py), they released a code snippet to transfer .glbs. Can I use this?

> refer to [dev/1.0/mmdet3d/models/roi_heads/point_rcnn_roi_head/line213](https://github.com/open-mmlab/mmdetection3d/blob/c0c378f2154238a65446f7e72481a2025df4bb4d/mmdet3d/models/roi_heads/point_rcnn_roi_head.py#L213C5-L213C19), I simply add decrator `@torch.no_grad()` for function `_assign_and_sample()`, and the GPU memory usage remains stable during training. Thank you very much. This solved my problem. BTW,...