Error processing example: 'world_points_from_depth'
Author: FqloxCreated Jul 27, 2026Updated Jul 27, 2026
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
}Source: Robbyant/lingbot-map