Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LuPaoPao/RhythmGuassian
/ types & classes
Types & classes
10 in github.com/LuPaoPao/RhythmGuassian
⨍
Functions
67
◇
Types & classes
10
↓ 18 callers
Class
BaseNet
models/model.py:79
↓ 8 callers
Class
BasicBlock
models/model.py:14
↓ 6 callers
Class
Logger
models/utils.py:33
↓ 3 callers
Class
GaussianRenderer
Thin wrapper around the Inria differentiable 3D Gaussian rasterizer. Renders a batch of Gaussians into the 4D virtual camera defined by ``ren
models/gs.py:15
↓ 1 callers
Class
Decoder
4x transposed-conv stack that lifts ``em`` (B, 512, 4, 16) back to (B, C, 64, 256).
models/model.py:48
Class
BasicPointCloud
models/graphics_utils.py:18
Class
Data_DG
datasets/MyDataset.py:17
Class
P_loss3
Negative Pearson loss along the temporal dimension. Inputs are expected to be 3-D tensors ``(M, N, T)`` — typically ``M`` = batch, ``N`` = nu
models/MyLoss.py:17
Class
SP_loss
Spectral loss for heart-rate estimation. Computes the magnitude spectrum of a Hanning-windowed BVP signal at the candidate BPM bins ``[low_bo
models/MyLoss.py:39
Class
ST_loss
ContrastPhys-style spatio-temporal consistency on ``v_d``. ``v_d`` shape: ``(B, N=64, T=256, 3)``. The ``N`` rows are split into ``K`` regions
models/MyLoss.py:140