MCPcopy Create free account

hub / github.com/ant-research/CoDeF / functions

Functions310 in github.com/ant-research/CoDeF

↓ 1 callersMethodcorr
(fmap1, fmap2)
data_preprocessing/RAFT/core/corr.py:53
↓ 1 callersFunctiondemo
(args)
data_preprocessing/RAFT/demo.py:37
↓ 1 callersMethoderaser_transform
Occlusion augmentation
data_preprocessing/RAFT/core/utils/augmentor.py:52
↓ 1 callersMethoderaser_transform
(self, img1, img2)
data_preprocessing/RAFT/core/utils/augmentor.py:148
↓ 1 callersFunctionextract_model_state_dict
(ckpt_path, model_name='model', prefixes_to_ignore=[])
utils/__init__.py:77
↓ 1 callersFunctionflow_uv_to_colors
Applies the flow color wheel to (possibly clipped) flow components u and v. According to the C++ source code of Daniel Scharstein Accord
data_preprocessing/RAFT/core/utils/flow_viz.py:70
↓ 1 callersMethodforward
(self, ts_w, grid, encode_w, step=0,
train.py:177
↓ 1 callersMethodforward
(self, inputs, targets)
losses.py:13
↓ 1 callersMethodforward
Estimate optical flow between pair of frames
data_preprocessing/RAFT/core/raft.py:86
↓ 1 callersFunctiongc
(c,l)
docs/static/js/fontawesome.all.min.js:5
↓ 1 callersFunctionget_learning_rate
(optimizer)
utils/__init__.py:73
↓ 1 callersFunctionget_optimizer
(hparams, models)
utils/__init__.py:30
↓ 1 callersFunctionget_opts
()
opt.py:5
↓ 1 callersFunctionget_parameters
Get all model parameters recursively.
utils/__init__.py:15
↓ 1 callersFunctionget_scheduler
(hparams, optimizer)
utils/__init__.py:50
↓ 1 callersMethodinit_video
Initializes an empty video with expected settings.
utils/video_visualizer.py:68
↓ 1 callersMethodinitialize_flow
Flow is represented as difference between two coordinate grids flow = coords1 - coords0
data_preprocessing/RAFT/core/raft.py:63
↓ 1 callersFunctionisHTML5
(unknown)
docs/static/js/bulma-carousel.js:255
↓ 1 callersFunctionisString
(unknown)
docs/static/js/bulma-slider.js:98
↓ 1 callersFunctionisVimeo
(unknown)
docs/static/js/bulma-carousel.js:264
↓ 1 callersFunctionisYoutube
(unknown)
docs/static/js/bulma-carousel.js:261
↓ 1 callersFunctionl
(t)
docs/static/js/bulma-slider.min.js:1
↓ 1 callersFunctionlist_images_from_dir
Lists all images from the given directory. NOTE: Do NOT support finding images recursively. Args: directory: The directory to find i
utils/image_utils.py:335
↓ 1 callersFunctionload_image
Loads an image from disk. NOTE: This function will always return an image with `RGB` channel order for color image and pixel range [0, 255].
utils/image_utils.py:74
↓ 1 callersFunctionmain
(hparams)
train.py:518
↓ 1 callersFunctionmake_colorwheel
Generates a color wheel for optical flow visualization as presented in: Baker et al. "A Database and Evaluation Methodology for Optical F
data_preprocessing/RAFT/core/utils/flow_viz.py:20
↓ 1 callersFunctionmse
(image_pred, image_gt, valid_mask=None, reduction='mean')
metrics.py:7
↓ 1 callersFunctiono
(t)
docs/static/js/bulma-slider.min.js:1
↓ 1 callersFunctionparse_image_size
Parses an object to a pair of image size, i.e., (height, width). Args: obj: The input object to parse image size from. Returns:
utils/image_utils.py:245
↓ 1 callersFunctionpl
(c)
docs/static/js/fontawesome.all.min.js:5
↓ 1 callersFunctionplayVids
(videoId)
docs/static/js/video_comparison.js:4
↓ 1 callersFunctionpreloadInterpolationImages
()
docs/static/js/index.js:7
↓ 1 callersFunctionpsnr
(image_pred, image_gt, valid_mask=None, reduction='mean')
metrics.py:15
↓ 1 callersFunctionreadFlow
Read .flo file in Middlebury format
data_preprocessing/RAFT/core/utils/frame_utils.py:12
↓ 1 callersFunctionreadPFM
(file)
data_preprocessing/RAFT/core/utils/frame_utils.py:33
↓ 1 callersMethodread_meta
(self)
datasets/video_dataset.py:35
↓ 1 callersFunctionresize_image
Resizes image. This is a wrap of `cv2.resize()`. NOTE: The channel order of the input image will not be changed. Args: image: I
utils/image_utils.py:122
↓ 1 callersMethodresize_sparse_flow_map
(self, flow, valid, fx=1.0, fy=1.0)
data_preprocessing/RAFT/core/utils/augmentor.py:161
↓ 1 callersMethodset_codec
Sets the video codec.
utils/video_visualizer.py:56
↓ 1 callersMethodset_crf
Sets the CRF (constant rate factor) of the video.
utils/video_visualizer.py:64
↓ 1 callersMethodset_fps
Sets the FPS (frame per second) of the video.
utils/video_visualizer.py:52
↓ 1 callersMethodset_pix_fmt
Sets the video pixel format.
utils/video_visualizer.py:60
↓ 1 callersFunctionsl
(c)
docs/static/js/fontawesome.all.min.js:5
↓ 1 callersMethodspatial_transform
(self, img1, img2, flow)
data_preprocessing/RAFT/core/utils/augmentor.py:67
↓ 1 callersMethodspatial_transform
(self, img1, img2, flow, valid)
data_preprocessing/RAFT/core/utils/augmentor.py:195
↓ 1 callersMethodstep_ReduceLROnPlateau
(self, metrics, epoch=None)
utils/warmup_scheduler.py:34
↓ 1 callersMethodtest_dataloader
(self)
train.py:268
↓ 1 callersFunctionupflow8
(flow, mode='bilinear')
data_preprocessing/RAFT/core/utils/utils.py:80
↓ 1 callersMethodupsample_flow
Upsample flow field [H/8, W/8, 2] -> [H, W, 2] using convex combination
data_preprocessing/RAFT/core/raft.py:72
↓ 1 callersMethodvisualize_list
Visualizes a list of image files.
utils/video_visualizer.py:106
↓ 1 callersFunctionviz
(img, flo,img_name=None)
data_preprocessing/RAFT/demo.py:26
↓ 1 callersFunctionxc
(c)
docs/static/js/fontawesome.all.min.js:5
↓ 1 callersFunctionyl
(a)
docs/static/js/fontawesome.all.min.js:5
Function$c
()
docs/static/js/fontawesome.all.min.js:5
FunctionAutoplay
(slider)
docs/static/js/bulma-carousel.js:1042
FunctionBreakpoints
(slider)
docs/static/js/bulma-carousel.js:1216
FunctionCoordinate
()
docs/static/js/bulma-carousel.js:329
FunctionEventEmitter
()
docs/static/js/bulma-slider.js:286
FunctionEventEmitter
()
docs/static/js/bulma-carousel.js:280
FunctionFade
(transitioner, slider)
docs/static/js/bulma-carousel.js:2054
FunctionInfinite
(slider)
docs/static/js/bulma-carousel.js:1354
FunctionJ
()
docs/static/js/fontawesome.all.min.js:5
FunctionLoop
(slider)
docs/static/js/bulma-carousel.js:1434
FunctionNavigation
(slider)
docs/static/js/bulma-carousel.js:1502
FunctionPagination
(slider)
docs/static/js/bulma-carousel.js:1653
FunctionSl
(c)
docs/static/js/fontawesome.all.min.js:5
FunctionSwipe
(slider)
docs/static/js/bulma-carousel.js:1812
FunctionTransitioner
(slider)
docs/static/js/bulma-carousel.js:1954
FunctionTranslate
(transitioner, slider)
docs/static/js/bulma-carousel.js:2190
FunctionVc
(c)
docs/static/js/fontawesome.all.min.js:5
Method__call__
(self, coords)
data_preprocessing/RAFT/core/corr.py:29
Method__call__
(self, coords)
data_preprocessing/RAFT/core/corr.py:74
Method__call__
(self, img1, img2, flow)
data_preprocessing/RAFT/core/utils/augmentor.py:111
Method__call__
(self, img1, img2, flow, valid)
data_preprocessing/RAFT/core/utils/augmentor.py:236
Method__enter__
(self)
data_preprocessing/RAFT/core/raft.py:18
Method__exit__
(self, *args)
data_preprocessing/RAFT/core/raft.py:20
Method__getitem__
(self, idx)
datasets/video_dataset.py:141
Method__getitem__
(self, index)
data_preprocessing/RAFT/core/datasets.py:34
Method__init__
(self, hparams)
train.py:42
Method__init__
(self, coef=1)
losses.py:8
Method__init__
Initializes the video visualizer. Args: path: Path to write the video. (default: None) frame_size: Frame size, i.e.,
utils/video_visualizer.py:12
Method__init__
(self, optimizer, multiplier, total_epoch, after_scheduler=None)
utils/warmup_scheduler.py:14
Method__init__
(self, root_dir, split='train', img_wh=(504, 378),
datasets/video_dataset.py:14
Method__init__
(self, dataset: Dataset, num_replicas: Optional[int] = None, rank: Optional[int] = None, shuf
datasets/distributed_weighted_sampler.py:61
Method__init__
D: number of layers for density (sigma) encoder W: number of hidden units in each layer in_channels_xyz: number of input chan
models/implicit_model.py:14
Method__init__
Defines a function that embeds x to (x, sin(2^k x), cos(2^k x), ...) in_channels: number of input channels (3 for both xyz and direct
models/implicit_model.py:115
Method__init__
Defines a function that embeds x to (x, sin(2^k x), cos(2^k x), ...) in_channels: number of input channels (3 for both xyz and direct
models/implicit_model.py:173
Method__init__
D: number of layers for density (sigma) encoder W: number of hidden units in each layer in_channels_xyz: number of input chan
models/implicit_model.py:221
Method__init__
(self, config)
models/implicit_model.py:298
Method__init__
(self, config)
models/implicit_model.py:317
Method__init__
(self, config)
models/implicit_model.py:340
Method__init__
(self, in_planes, planes, norm_fn='group', stride=1)
data_preprocessing/RAFT/core/extractor.py:7
Method__init__
(self, in_planes, planes, norm_fn='group', stride=1)
data_preprocessing/RAFT/core/extractor.py:61
Method__init__
(self, output_dim=128, norm_fn='batch', dropout=0.0)
data_preprocessing/RAFT/core/extractor.py:196
Method__init__
(self, aug_params=None, sparse=False)
data_preprocessing/RAFT/core/datasets.py:19
Method__init__
(self, aug_params=None, split='training', root='datasets/Sintel', dstype='clean')
data_preprocessing/RAFT/core/datasets.py:103
Method__init__
(self, aug_params=None, split='train', root='datasets/FlyingChairs_release/data')
data_preprocessing/RAFT/core/datasets.py:122
Method__init__
(self, aug_params=None, root='datasets/FlyingThings3D', dstype='frames_cleanpass')
data_preprocessing/RAFT/core/datasets.py:138
Method__init__
(self, aug_params=None, split='training', root='datasets/KITTI')
data_preprocessing/RAFT/core/datasets.py:162
Method__init__
(self, fmap1, fmap2, num_levels=4, radius=4)
data_preprocessing/RAFT/core/corr.py:13
← previousnext →101–200 of 310, ranked by callers