Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RuntimeError: "packed_rasterize_forward_cuda" not implemented for 'Half' #778

Open
nihao-eng opened this issue Dec 22, 2023 · 0 comments
Open

Comments

@nihao-eng
Copy link

When I use "kal. Render. Mesh. Rasterize" pops up when the error "RuntimeError: "packed_rasterize_forward_cuda" not implemented for 'Half'" How did this happen? Is there a solution?
The full error is as follows:
Traceback (most recent call last): File "/*********************/run.py", line 327, in <module> Texture.paint() File "/*********************************************/src/training/trainer.py", line 129, in paint self.evaluate(self.dataloaders['val'], self.eval_renders_path) File "/*************************************/src/training/trainer.py", line 167, in evaluate preds, textures, depths, normals = self.eval_render(data) File "/*********************************/src/training/trainer.py", line 335, in eval_render outputs = self.mesh_model.render(theta=theta, phi=phi, radius=radius, File "/**********************************/src/models/textured_mesh.py", line 392, in render pred_features, mask, depth, normals, render_cache = self.renderer.render_single_view_texture(augmented_vertices, File "/**********************************/src/models/render.py", line 89, in render_single_view_texture depth_map, _ = kal.render.mesh.rasterize(dims[1], dims[0], face_vertices_camera[:, :, :, -1], File "/***************************/python3.10/site-packages/kaolin/render/mesh/rasterization.py", line 492, in rasterize image_features, face_idx = RasterizeCuda.apply( File "/**************************/python3.10/site-packages/kaolin/render/mesh/rasterization.py", line 347, in forward _C.render.mesh.packed_rasterize_forward_cuda( RuntimeError: "packed_rasterize_forward_cuda" not implemented for 'Half'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant