Bootstrap3D
Collection
[ICCV2025] Official Implementation of "Bootstrap3D: Improving 3D Content Creation with Synthetic Data" • 7 items • Updated • 4
How to use Zery/MV-LLaVA-7B_Pretrained_vit-large224-l4 with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("feature-extraction", model="Zery/MV-LLaVA-7B_Pretrained_vit-large224-l4") # Load model directly
from transformers import AutoTokenizer, AutoModel
tokenizer = AutoTokenizer.from_pretrained("Zery/MV-LLaVA-7B_Pretrained_vit-large224-l4")
model = AutoModel.from_pretrained("Zery/MV-LLaVA-7B_Pretrained_vit-large224-l4")No model card