Mixpeek Logo
    Image

    3D Object Embeddings

    Generate embeddings from 3D model files (OBJ, GLTF)

    Note: This playground provides simulated output to showcase functionality. No input data is processed or stored on our servers. Use this demo to explore the feature extractor's capabilities before integrating it into your application.

    Input

    Enter a URL to a image file

    Drag and drop a image file here, or click to browse

    3D model format. Default: auto

    Embedding dimension. Default: 512

    Output

    {
    "embedding": [
    0.024,
    -0.015,
    0.128,
    "..."
    ],
    "dimensions": 512,
    "vertex_count": 15420,
    "face_count": 30000
    }