Spaces:
Sleeping
Sleeping
File size: 1,130 Bytes
d7e58f0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"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": "render_densepose",
"title": "Render DensePose Meshes"
}, {
"id": "render_colored_points",
"title": "Render Colored Pointclouds"
},{
"id": "fit_textured_mesh",
"title": "Fit a Mesh with Texture via Rendering"
}, {
"id": "camera_position_optimization_with_differentiable_rendering",
"title": "Camera Position Optimization with Differentiable Rendering"
},{
"id": "fit_textured_volume",
"title": "Fit a volume via raymarching"
},{
"id": "fit_simple_neural_radiance_field",
"title": "Fit a simplified NeRF via raymarching"
}
],
"Dataloaders": [
{
"id": "dataloaders_ShapeNetCore_R2N2",
"title": "Data loaders for ShapeNetCore and R2N2"
}
]
}
|