Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akanazawa/cmr
/ types & classes
Types & classes
30 in github.com/akanazawa/cmr
⨍
Functions
262
◇
Types & classes
30
↓ 8 callers
Class
NeuralRenderer
This is the core pytorch function to call. Every torch NMR has a chainer NMR. Only fwd/bwd once per iteration.
nnutils/nmr.py:140
↓ 2 callers
Class
NMR
nnutils/nmr.py:29
↓ 2 callers
Class
Render
nnutils/nmr.py:100
↓ 2 callers
Class
Unsqueeze
nnutils/net_blocks.py:15
↓ 1 callers
Class
CodePredictor
nnutils/mesh_net.py:205
↓ 1 callers
Class
Encoder
Current: Resnet with 4 blocks (x32 spatial dim reduction) Another conv with stride 2 (x64) This is sent to 2 fc layers with final out
nnutils/mesh_net.py:65
↓ 1 callers
Class
Flatten
nnutils/net_blocks.py:11
↓ 1 callers
Class
Laplacian
nnutils/laplacian.py:33
↓ 1 callers
Class
PerceptualLoss
nnutils/perceptual_loss.py:14
↓ 1 callers
Class
QuatPredictor
nnutils/mesh_net.py:160
↓ 1 callers
Class
ResNetConv
nnutils/mesh_net.py:41
↓ 1 callers
Class
ScalePredictor
nnutils/mesh_net.py:175
↓ 1 callers
Class
ShapePredictor
Outputs mesh deformations
nnutils/mesh_net.py:138
↓ 1 callers
Class
ShapeTester
benchmark/evaluate.py:29
↓ 1 callers
Class
ShapeTrainer
experiments/shape.py:55
↓ 1 callers
Class
TeapotModel
nnutils/nmr.py:234
↓ 1 callers
Class
TexturePredictorUV
Outputs mesh texture
nnutils/mesh_net.py:92
↓ 1 callers
Class
TransPredictor
Outputs [tx, ty] or [tx, ty, tz]
nnutils/mesh_net.py:187
↓ 1 callers
Class
Visualizer
utils/visualizer.py:9
Class
Arcball
Virtual Trackball Control. >>> ball = Arcball() >>> ball = Arcball(initial=numpy.identity(4)) >>> ball.place([320, 320], 320) >>> bal
utils/transformations.py:1515
Class
BaseDataset
img, mask, kp, pose data loader
data/base.py:48
Class
CUBDataset
CUB Data loader
data/cub.py:45
Class
EdgeLoss
Edge length should not diverge from the original edge length. On initialization computes the current edge lengths.
nnutils/loss_utils.py:234
Class
LaplacianLoss
Encourages minimal mean curvature shapes.
nnutils/loss_utils.py:309
Class
MeshNet
nnutils/mesh_net.py:222
Class
MeshPredictor
nnutils/predictor.py:31
Class
PerceptualTextureLoss
nnutils/loss_utils.py:349
Class
Tester
nnutils/test_utils.py:64
Class
Trainer
nnutils/train_utils.py:56
Class
VisRenderer
Utility to render meshes using pytorch NMR faces are F x 3 or 1 x F x 3 numpy
utils/bird_vis.py:18