Skip to content
View L-Reichardt's full-sized avatar
Block or Report

Block or report L-Reichardt

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Cylinder3D-updated-CUDA Cylinder3D-updated-CUDA Public

    Forked from xinge008/Cylinder3D

    50%+ Faster Cylinder3D, compatible with current PyTorch, CUDA, and Spconv versions

    Python 44 7

  2. Window Normalization for Pointclouds... Window Normalization for Pointclouds from https://arxiv.org/pdf/2212.02287v1.pdf
    1
    import torch
    2
    import torch.nn as nn
    3
    
                  
    4
    
                  
    5
    class WindowNorm(nn.Module):