"examples/vscode:/vscode.git/clone" did not exist on "2f47c2413eb0764066651c56a9727f456b7794bf"
tutorials.json 446 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "3D operators": [
     {
      "id": "deform_source_mesh_to_target_mesh",
      "title": "Fit Mesh"
     },{
      "id": "bundle_adjustment",
      "title": "Bundle Adjustment"
     }
  ],
  "Rendering": [
     {
      "id": "render_textured_meshes",
      "title": "Render Textured Meshes"
     }, {
      "id": "camera_position_optimization_with_differentiable_rendering",
      "title": "Camera Position Optimization"         
     }
  ]
}