MCPcopy Create free account

hub / github.com/Jiawei-Yang/FreeNeRF / types & classes

Types & classes25 in github.com/Jiawei-Yang/FreeNeRF

↓ 8 callersClassDenseLayer
DietNeRF-pytorch/dietnerf/run_nerf_helpers.py:44
↓ 5 callersClassLayerNorm
Subclass torch's LayerNorm to handle fp16.
DietNeRF-pytorch/CLIP/clip/model.py:159
↓ 2 callersClassBottleneck
DietNeRF-pytorch/CLIP/clip/model.py:9
↓ 2 callersClassCLIPEncoder
DietNeRF-pytorch/CLIP/clip_utils.py:22
↓ 2 callersClassNeRF
DietNeRF-pytorch/dietnerf/run_nerf_helpers.py:108
↓ 2 callersClassTransformer
DietNeRF-pytorch/CLIP/clip/model.py:197
↓ 1 callersClassAttentionPool2d
DietNeRF-pytorch/CLIP/clip/model.py:55
↓ 1 callersClassCLIP
DietNeRF-pytorch/CLIP/clip/model.py:263
↓ 1 callersClassConfig
Configuration flags for everything.
internal/configs.py:48
↓ 1 callersClassEmbedder
DietNeRF-pytorch/dietnerf/run_nerf_helpers.py:56
↓ 1 callersClassMLP
A simple MLP.
internal/models.py:165
↓ 1 callersClassMipNerfModel
Nerf NN Model with both coarse and fine MLPs.
internal/models.py:30
↓ 1 callersClassModifiedResNet
A ResNet class that is similar to torchvision's but contains the following changes: - There are now 3 "stem" convolutions as opposed to 1, wi
DietNeRF-pytorch/CLIP/clip/model.py:92
↓ 1 callersClassQuickGELU
DietNeRF-pytorch/CLIP/clip/model.py:168
↓ 1 callersClassResidualAttentionBlock
DietNeRF-pytorch/CLIP/clip/model.py:173
↓ 1 callersClassTrainStats
Collection of stats for logging.
train.py:41
↓ 1 callersClassVisualTransformer
DietNeRF-pytorch/CLIP/clip/model.py:214
ClassBlender
Blender Dataset.
internal/datasets.py:874
ClassDTU
DTU Dataset.
internal/datasets.py:1228
ClassDataset
Dataset Base Class.
internal/datasets.py:354
ClassLLFF
LLFF Dataset.
internal/datasets.py:948
ClassMulticam
Multicam Dataset.
internal/datasets.py:777
ClassRays
All tensors must have the same num_dims and first n-1 dims must match.
internal/utils.py:33
ClassSimpleTokenizer
DietNeRF-pytorch/CLIP/clip/simple_tokenizer.py:62
ClassTrainState
internal/utils.py:28