Skip to content

Error processing example: 'world_points_from_depth' #96

Description

@Fqlox

I did try to save a glb out of the model I did run :

python demo_render/batch_demo.py --model_path models/lingbot-map.pt --input_folder example/courthouse --mask_sky --use_sdpa --save_predictions --output_folder out --save_glb

And I got ;

Building GLB scene
Using Pointmap Branch
Warning: world_points not found, falling back to depth-based points
Error processing courthouse : 'world_points_from_depth'

I did not save the video nor the glb.

when I log the predictions given to the export_glb() function I got :

{
    "pose_enc" : np.array
    "depth" : np.array
    "depth_conf" : np.array
    "extrinsic" : np.array
    "intrinsic" : np.array
    "images"   np.array
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions