SYMBOL INDEX (43 symbols across 11 files) FILE: crfasrnn/crfasrnn_model.py class CrfRnnNet (line 29) | class CrfRnnNet(Fcn8s): method __init__ (line 38) | def __init__(self): method forward (line 42) | def forward(self, image): FILE: crfasrnn/crfrnn.py class CrfRnn (line 32) | class CrfRnn(nn.Module): method __init__ (line 41) | def __init__(self, num_labels, num_iterations=5, crf_init_params=None): method forward (line 83) | def forward(self, image, logits): FILE: crfasrnn/fcn8s.py function _upsampling_weights (line 31) | def _upsampling_weights(in_channels, out_channels, kernel_size): class Fcn8s (line 46) | class Fcn8s(nn.Module): method __init__ (line 47) | def __init__(self, n_class=21): method _initialize_weights (line 120) | def _initialize_weights(self): method forward (line 133) | def forward(self, image): FILE: crfasrnn/filters.py class PermutoFunction (line 39) | class PermutoFunction(torch.autograd.Function): method forward (line 42) | def forward(ctx, q_in, features): method backward (line 48) | def backward(ctx, grad_q_out): function _spatial_features (line 56) | def _spatial_features(image, sigma): class AbstractFilter (line 80) | class AbstractFilter(ABC): method __init__ (line 85) | def __init__(self, image): method apply (line 89) | def apply(self, input_): method _calc_features (line 94) | def _calc_features(self, image): method _calc_norm (line 97) | def _calc_norm(self, image): class SpatialFilter (line 104) | class SpatialFilter(AbstractFilter): method __init__ (line 109) | def __init__(self, image, gamma): method _calc_features (line 120) | def _calc_features(self, image): class BilateralFilter (line 124) | class BilateralFilter(AbstractFilter): method __init__ (line 129) | def __init__(self, image, alpha, beta): method _calc_features (line 142) | def _calc_features(self, image): FILE: crfasrnn/params.py class DenseCRFParams (line 26) | class DenseCRFParams(object): method __init__ (line 31) | def __init__( FILE: crfasrnn/permuto.cpp function permuto_forward (line 14) | std::vector permuto_forward(torch::Tensor input_values, torc... function permuto_backward (line 56) | std::vector permuto_backward(torch::Tensor grads, torch::Ten... function PYBIND11_MODULE (line 97) | PYBIND11_MODULE(TORCH_EXTENSION_NAME, m) { FILE: crfasrnn/permutohedral.cpp class HashTable (line 53) | class HashTable{ method grow (line 58) | void grow(){ method hash (line 79) | size_t hash( const short * k ) { method HashTable (line 88) | explicit HashTable( int key_size, int n_elements ) : key_size_ ( key_s... method size (line 90) | int size() const { method reset (line 93) | void reset() { method find (line 97) | int find( const short * k, bool create = false ){ FILE: crfasrnn/permutohedral.h function class (line 43) | class Permutohedral { FILE: crfasrnn/util.py function get_preprocessed_image (line 61) | def get_preprocessed_image(file_name): function get_label_image (line 93) | def get_label_image(probs, img_h, img_w, original_size): FILE: quick_run.py function main (line 33) | def main(): FILE: run_demo.py function main (line 30) | def main():