LICENSE
MANIFEST.in
README.md
setup.py
tensorflow_graphics/__init__.py
tensorflow_graphics/datasets/__init__.py
tensorflow_graphics/datasets/features/__init__.py
tensorflow_graphics/datasets/features/camera_feature.py
tensorflow_graphics/datasets/features/camera_feature_test.py
tensorflow_graphics/datasets/features/pose_feature.py
tensorflow_graphics/datasets/features/pose_feature_test.py
tensorflow_graphics/datasets/features/trimesh_feature.py
tensorflow_graphics/datasets/features/trimesh_feature_test.py
tensorflow_graphics/datasets/features/voxel_feature.py
tensorflow_graphics/datasets/features/voxel_feature_test.py
tensorflow_graphics/datasets/modelnet40/__init__.py
tensorflow_graphics/datasets/modelnet40/modelnet40.py
tensorflow_graphics/datasets/modelnet40/modelnet40_checksums.py
tensorflow_graphics/datasets/modelnet40/modelnet40_makefakes.py
tensorflow_graphics/datasets/modelnet40/modelnet40_run.py
tensorflow_graphics/datasets/modelnet40/modelnet40_show.py
tensorflow_graphics/datasets/modelnet40/modelnet40_test.py
tensorflow_graphics/datasets/pix3d/__init__.py
tensorflow_graphics/datasets/pix3d/pix3d.py
tensorflow_graphics/datasets/pix3d/pix3d_test.py
tensorflow_graphics/datasets/shapenet/__init__.py
tensorflow_graphics/datasets/shapenet/shapenet.py
tensorflow_graphics/datasets/shapenet/shapenet_test.py
tensorflow_graphics/datasets/testing/__init__.py
tensorflow_graphics/geometry/__init__.py
tensorflow_graphics/geometry/convolution/__init__.py
tensorflow_graphics/geometry/convolution/graph_convolution.py
tensorflow_graphics/geometry/convolution/graph_pooling.py
tensorflow_graphics/geometry/convolution/utils.py
tensorflow_graphics/geometry/convolution/tests/__init__.py
tensorflow_graphics/geometry/convolution/tests/graph_convolution_test.py
tensorflow_graphics/geometry/convolution/tests/graph_pooling_test.py
tensorflow_graphics/geometry/convolution/tests/utils_test.py
tensorflow_graphics/geometry/deformation_energy/__init__.py
tensorflow_graphics/geometry/deformation_energy/as_conformal_as_possible.py
tensorflow_graphics/geometry/deformation_energy/tests/__init__.py
tensorflow_graphics/geometry/deformation_energy/tests/as_conformal_as_possible_test.py
tensorflow_graphics/geometry/representation/__init__.py
tensorflow_graphics/geometry/representation/grid.py
tensorflow_graphics/geometry/representation/point.py
tensorflow_graphics/geometry/representation/ray.py
tensorflow_graphics/geometry/representation/triangle.py
tensorflow_graphics/geometry/representation/mesh/__init__.py
tensorflow_graphics/geometry/representation/mesh/normals.py
tensorflow_graphics/geometry/representation/mesh/sampler.py
tensorflow_graphics/geometry/representation/mesh/utils.py
tensorflow_graphics/geometry/representation/mesh/tests/__init__.py
tensorflow_graphics/geometry/representation/mesh/tests/mesh_test_utils.py
tensorflow_graphics/geometry/representation/mesh/tests/normals_test.py
tensorflow_graphics/geometry/representation/mesh/tests/sampler_test.py
tensorflow_graphics/geometry/representation/mesh/tests/utils_test.py
tensorflow_graphics/geometry/representation/tests/__init__.py
tensorflow_graphics/geometry/representation/tests/grid_test.py
tensorflow_graphics/geometry/representation/tests/point_test.py
tensorflow_graphics/geometry/representation/tests/ray_test.py
tensorflow_graphics/geometry/representation/tests/triangle_test.py
tensorflow_graphics/geometry/transformation/__init__.py
tensorflow_graphics/geometry/transformation/axis_angle.py
tensorflow_graphics/geometry/transformation/dual_quaternion.py
tensorflow_graphics/geometry/transformation/euler.py
tensorflow_graphics/geometry/transformation/linear_blend_skinning.py
tensorflow_graphics/geometry/transformation/look_at.py
tensorflow_graphics/geometry/transformation/quaternion.py
tensorflow_graphics/geometry/transformation/rotation_matrix_2d.py
tensorflow_graphics/geometry/transformation/rotation_matrix_3d.py
tensorflow_graphics/geometry/transformation/rotation_matrix_common.py
tensorflow_graphics/geometry/transformation/tests/__init__.py
tensorflow_graphics/geometry/transformation/tests/axis_angle_test.py
tensorflow_graphics/geometry/transformation/tests/dual_quaternion_test.py
tensorflow_graphics/geometry/transformation/tests/euler_test.py
tensorflow_graphics/geometry/transformation/tests/linear_blend_skinning_test.py
tensorflow_graphics/geometry/transformation/tests/look_at_test.py
tensorflow_graphics/geometry/transformation/tests/quaternion_test.py
tensorflow_graphics/geometry/transformation/tests/rotation_matrix_2d_test.py
tensorflow_graphics/geometry/transformation/tests/rotation_matrix_3d_test.py
tensorflow_graphics/geometry/transformation/tests/rotation_matrix_common_test.py
tensorflow_graphics/geometry/transformation/tests/test_data.py
tensorflow_graphics/geometry/transformation/tests/test_helpers.py
tensorflow_graphics/image/__init__.py
tensorflow_graphics/image/matting.py
tensorflow_graphics/image/pyramid.py
tensorflow_graphics/image/transformer.py
tensorflow_graphics/image/color_space/__init__.py
tensorflow_graphics/image/color_space/constants.py
tensorflow_graphics/image/color_space/linear_rgb.py
tensorflow_graphics/image/color_space/srgb.py
tensorflow_graphics/image/color_space/tests/__init__.py
tensorflow_graphics/image/color_space/tests/linear_rgb_test.py
tensorflow_graphics/image/color_space/tests/srgb_test.py
tensorflow_graphics/image/tests/__init__.py
tensorflow_graphics/image/tests/matting_test.py
tensorflow_graphics/image/tests/pyramid_test.py
tensorflow_graphics/image/tests/transformer_test.py
tensorflow_graphics/io/__init__.py
tensorflow_graphics/io/exr.py
tensorflow_graphics/io/triangle_mesh.py
tensorflow_graphics/io/tests/__init__.py
tensorflow_graphics/io/tests/exr_test.py
tensorflow_graphics/math/__init__.py
tensorflow_graphics/math/feature_representation.py
tensorflow_graphics/math/math_helpers.py
tensorflow_graphics/math/sampling.py
tensorflow_graphics/math/spherical_harmonics.py
tensorflow_graphics/math/vector.py
tensorflow_graphics/math/interpolation/__init__.py
tensorflow_graphics/math/interpolation/bspline.py
tensorflow_graphics/math/interpolation/slerp.py
tensorflow_graphics/math/interpolation/trilinear.py
tensorflow_graphics/math/interpolation/weighted.py
tensorflow_graphics/math/interpolation/tests/__init__.py
tensorflow_graphics/math/interpolation/tests/bspline_test.py
tensorflow_graphics/math/interpolation/tests/slerp_test.py
tensorflow_graphics/math/interpolation/tests/trilinear_test.py
tensorflow_graphics/math/interpolation/tests/weighted_test.py
tensorflow_graphics/math/optimizer/__init__.py
tensorflow_graphics/math/optimizer/levenberg_marquardt.py
tensorflow_graphics/math/optimizer/tests/__init__.py
tensorflow_graphics/math/optimizer/tests/levenberg_marquardt_test.py
tensorflow_graphics/math/tests/__init__.py
tensorflow_graphics/math/tests/feature_representation_test.py
tensorflow_graphics/math/tests/math_helpers_test.py
tensorflow_graphics/math/tests/sampling_test.py
tensorflow_graphics/math/tests/spherical_harmonics_test.py
tensorflow_graphics/math/tests/vector_test.py
tensorflow_graphics/nn/__init__.py
tensorflow_graphics/nn/layer/__init__.py
tensorflow_graphics/nn/layer/graph_convolution.py
tensorflow_graphics/nn/layer/pointnet.py
tensorflow_graphics/nn/layer/tests/__init__.py
tensorflow_graphics/nn/layer/tests/graph_convolution_test.py
tensorflow_graphics/nn/layer/tests/pointnet_test.py
tensorflow_graphics/nn/loss/__init__.py
tensorflow_graphics/nn/loss/chamfer_distance.py
tensorflow_graphics/nn/loss/hausdorff_distance.py
tensorflow_graphics/nn/loss/tests/__init__.py
tensorflow_graphics/nn/loss/tests/chamfer_distance_test.py
tensorflow_graphics/nn/loss/tests/hausdorff_distance_test.py
tensorflow_graphics/nn/metric/__init__.py
tensorflow_graphics/nn/metric/fscore.py
tensorflow_graphics/nn/metric/intersection_over_union.py
tensorflow_graphics/nn/metric/precision.py
tensorflow_graphics/nn/metric/recall.py
tensorflow_graphics/nn/metric/tests/__init__.py
tensorflow_graphics/nn/metric/tests/fscore_test.py
tensorflow_graphics/nn/metric/tests/intersection_over_union_test.py
tensorflow_graphics/nn/metric/tests/precision_test.py
tensorflow_graphics/nn/metric/tests/recall_test.py
tensorflow_graphics/notebooks/__init__.py
tensorflow_graphics/notebooks/mesh_segmentation_dataio.py
tensorflow_graphics/notebooks/mesh_viewer.py
tensorflow_graphics/notebooks/threejs_visualization.py
tensorflow_graphics/notebooks/resources/__init__.py
tensorflow_graphics/notebooks/resources/tfg_simplified_logo.py
tensorflow_graphics/notebooks/resources/triangulated_stripe.py
tensorflow_graphics/projects/__init__.py
tensorflow_graphics/projects/neural_voxel_renderer/__init__.py
tensorflow_graphics/projects/neural_voxel_renderer/helpers.py
tensorflow_graphics/projects/neural_voxel_renderer/layers.py
tensorflow_graphics/projects/neural_voxel_renderer/models.py
tensorflow_graphics/projects/pointnet/__init__.py
tensorflow_graphics/projects/pointnet/augment.py
tensorflow_graphics/projects/pointnet/helpers.py
tensorflow_graphics/projects/pointnet/train.py
tensorflow_graphics/projects/pointnet/train_test.py
tensorflow_graphics/projects/radiance_fields/__init__.py
tensorflow_graphics/projects/radiance_fields/data_loaders.py
tensorflow_graphics/projects/radiance_fields/utils.py
tensorflow_graphics/projects/radiance_fields/nerf/__init__.py
tensorflow_graphics/projects/radiance_fields/nerf/eval.py
tensorflow_graphics/projects/radiance_fields/nerf/layers.py
tensorflow_graphics/projects/radiance_fields/nerf/model.py
tensorflow_graphics/projects/radiance_fields/nerf/train.py
tensorflow_graphics/rendering/__init__.py
tensorflow_graphics/rendering/barycentrics.py
tensorflow_graphics/rendering/framebuffer.py
tensorflow_graphics/rendering/interpolate.py
tensorflow_graphics/rendering/rasterization_backend.py
tensorflow_graphics/rendering/splat.py
tensorflow_graphics/rendering/triangle_rasterizer.py
tensorflow_graphics/rendering/utils.py
tensorflow_graphics/rendering/camera/__init__.py
tensorflow_graphics/rendering/camera/orthographic.py
tensorflow_graphics/rendering/camera/perspective.py
tensorflow_graphics/rendering/camera/quadratic_radial_distortion.py
tensorflow_graphics/rendering/camera/tests/__init__.py
tensorflow_graphics/rendering/camera/tests/orthographic_test.py
tensorflow_graphics/rendering/camera/tests/perspective_test.py
tensorflow_graphics/rendering/camera/tests/quadratic_radial_distortion_test.py
tensorflow_graphics/rendering/kernels/__init__.py
tensorflow_graphics/rendering/kernels/rasterization_backend.py
tensorflow_graphics/rendering/kernels/rasterizer_op.so
tensorflow_graphics/rendering/light/__init__.py
tensorflow_graphics/rendering/light/point_light.py
tensorflow_graphics/rendering/light/tests/__init__.py
tensorflow_graphics/rendering/light/tests/point_light_test.py
tensorflow_graphics/rendering/opengl/__init__.py
tensorflow_graphics/rendering/opengl/math.py
tensorflow_graphics/rendering/opengl/rasterization_backend.py
tensorflow_graphics/rendering/opengl/rasterizer_op.so
tensorflow_graphics/rendering/reflectance/__init__.py
tensorflow_graphics/rendering/reflectance/blinn_phong.py
tensorflow_graphics/rendering/reflectance/lambertian.py
tensorflow_graphics/rendering/reflectance/phong.py
tensorflow_graphics/rendering/reflectance/tests/__init__.py
tensorflow_graphics/rendering/reflectance/tests/blinn_phong_test.py
tensorflow_graphics/rendering/reflectance/tests/lambertian_test.py
tensorflow_graphics/rendering/reflectance/tests/phong_test.py
tensorflow_graphics/rendering/tests/__init__.py
tensorflow_graphics/rendering/tests/barycentrics_test.py
tensorflow_graphics/rendering/tests/cpu_rasterization_backend_test.py
tensorflow_graphics/rendering/tests/framebuffer_test.py
tensorflow_graphics/rendering/tests/gpu_rasterization_backend_test.py
tensorflow_graphics/rendering/tests/interpolate_test.py
tensorflow_graphics/rendering/tests/rasterization_backend_test_base.py
tensorflow_graphics/rendering/tests/rasterization_test_utils.py
tensorflow_graphics/rendering/tests/splat_test.py
tensorflow_graphics/rendering/tests/splat_with_opengl_test.py
tensorflow_graphics/rendering/tests/utils_test.py
tensorflow_graphics/rendering/texture/__init__.py
tensorflow_graphics/rendering/texture/mipmap.py
tensorflow_graphics/rendering/texture/texture_map.py
tensorflow_graphics/rendering/volumetric/__init__.py
tensorflow_graphics/rendering/volumetric/absorption.py
tensorflow_graphics/rendering/volumetric/emission_absorption.py
tensorflow_graphics/rendering/volumetric/ray_density.py
tensorflow_graphics/rendering/volumetric/ray_radiance.py
tensorflow_graphics/rendering/volumetric/visual_hull.py
tensorflow_graphics/rendering/volumetric/tests/__init__.py
tensorflow_graphics/rendering/volumetric/tests/absorption_test.py
tensorflow_graphics/rendering/volumetric/tests/emission_absorption_test.py
tensorflow_graphics/rendering/volumetric/tests/ray_density_test.py
tensorflow_graphics/rendering/volumetric/tests/ray_radiance_test.py
tensorflow_graphics/rendering/volumetric/tests/test_helpers.py
tensorflow_graphics/rendering/volumetric/tests/visual_hull_test.py
tensorflow_graphics/util/__init__.py
tensorflow_graphics/util/asserts.py
tensorflow_graphics/util/doc.py
tensorflow_graphics/util/export_api.py
tensorflow_graphics/util/safe_ops.py
tensorflow_graphics/util/shape.py
tensorflow_graphics/util/test_case.py
tensorflow_graphics/util/tfg_flags.py
tensorflow_graphics/util/type_alias.py
tensorflow_graphics/util/tests/__init__.py
tensorflow_graphics/util/tests/asserts_test.py
tensorflow_graphics/util/tests/export_api_test.py
tensorflow_graphics/util/tests/safe_ops_test.py
tensorflow_graphics/util/tests/shape_test.py
tensorflow_graphics/util/tests/test_case_test.py
tfg_nightly.egg-info/PKG-INFO
tfg_nightly.egg-info/SOURCES.txt
tfg_nightly.egg-info/dependency_links.txt
tfg_nightly.egg-info/requires.txt
tfg_nightly.egg-info/top_level.txt