MCPcopy Create free account

hub / github.com/danqu130/DCEIFlow / functions

Functions210 in github.com/danqu130/DCEIFlow

Method__call__
(self, coords)
core/corr/raft_corr.py:147
Method__call__
(self, coords)
core/corr/raft_corr.py:185
Method__call__
(self, output, target, name=None)
core/metric/EPE.py:97
Method__del__
(self)
logger.py:188
Method__enter__
(self)
core/RAFT.py:22
Method__enter__
(self)
core/DCEIFlow.py:21
Method__exit__
(self, *args)
core/RAFT.py:24
Method__exit__
(self, *args)
core/DCEIFlow.py:23
Method__getitem__
(self, index)
utils/datasets/FlyingChairs2.py:227
Method__getitem__
(self, index)
utils/datasets/MVSEC.py:145
Method__init__
(self)
argparser.py:6
Method__init__
(self, args, main="main")
logger.py:12
Method__init__
(self)
main.py:33
Method__init__
(self, args, model, loss=None, optimizer=None, logger=None, lr_scheduler=None, scaler=None)
trainer.py:30
Method__init__
(self, dims, div=8, mode='sintel')
utils/utils.py:25
Method__init__
(self, crop_size, min_scale=-0.2, max_scale=0.5, do_flip=False, spatial_aug_prob=0.8)
utils/augmentor/event_augmentor.py:63
Method__init__
(self, crop_size, min_scale=-0.2, max_scale=0.5, do_flip=False, spatial_aug_prob=0.8)
utils/augmentor/event_augmentor.py:174
Method__init__
(self, crop_size, min_scale=-0.2, max_scale=0.5, do_flip=True)
utils/augmentor/image_augmentor.py:15
Method__init__
(self, crop_size, min_scale=-0.2, max_scale=0.5, do_flip=False, spatial_aug_prob=0.8)
utils/augmentor/image_augmentor.py:144
Method__init__
(self, args, data_root, data_kind='train', aug_params=None)
utils/datasets/FlyingChairs2.py:128
Method__init__
(self, args, data_root, data_split='in1', data_mode='full', train_ratio=0.6, skip_num=None, aug_params=None)
utils/datasets/MVSEC.py:66
Method__init__
(self, enabled)
core/RAFT.py:20
Method__init__
(self, args)
core/RAFT.py:29
Method__init__
(self, input_dim=256)
core/DCEIFlow.py:28
Method__init__
(self, args)
core/DCEIFlow.py:43
Method__init__
(self, in_planes, planes, norm_fn='group', stride=1)
core/backbone/raft_encoder.py:7
Method__init__
(self, in_planes, planes, norm_fn='group', stride=1)
core/backbone/raft_encoder.py:63
Method__init__
(self, input_dim=3, output_dim=128, norm_fn='batch', dropout=0.0)
core/backbone/raft_encoder.py:204
Method__init__
(self, fmap1, fmap2, num_levels=4, radius=4)
core/corr/raft_corr.py:15
Method__init__
(self, fmap1, fmap2, num_levels=4, radius=4)
core/corr/raft_corr.py:68
Method__init__
(self, fmap1, fmap2, num_levels=4, radius=4)
core/corr/raft_corr.py:121
Method__init__
(self, fmap1, fmap2, num_levels=4, radius=4)
core/corr/raft_corr.py:175
Method__init__
(self, args)
core/metric/Combine.py:12
Method__init__
(self, args)
core/metric/EPE.py:71
Method__init__
(self, input_dim=128, hidden_dim=256)
core/decoder/with_event_updater.py:7
Method__init__
(self, hidden_dim=128, input_dim=192+128)
core/decoder/with_event_updater.py:36
Method__init__
(self, args)
core/decoder/with_event_updater.py:71
Method__init__
(self, args)
core/decoder/with_event_updater.py:91
Method__init__
(self, args, hidden_dim=96)
core/decoder/with_event_updater.py:116
Method__init__
(self, args, hidden_dim=128, input_dim=128)
core/decoder/with_event_updater.py:132
Method__init__
(self, args, hidden_dim=128, input_dim=128)
core/decoder/with_event_updater.py:157
Method__init__
(self, input_dim=128, hidden_dim=256)
core/decoder/raft_updater.py:7
Method__init__
(self, hidden_dim=128, input_dim=192+128)
core/decoder/raft_updater.py:36
Method__init__
(self, args)
core/decoder/raft_updater.py:71
Method__init__
(self, args)
core/decoder/raft_updater.py:89
Method__init__
(self, args, hidden_dim=96)
core/decoder/raft_updater.py:110
Method__init__
(self, args, hidden_dim=128, input_dim=128)
core/decoder/raft_updater.py:126
Method__init__
(self, args)
core/loss/Combine.py:12
Method__init__
(self, args)
core/loss/L1Loss.py:7
Method__len__
(self)
utils/datasets/FlyingChairs2.py:334
Method__len__
(self)
utils/datasets/MVSEC.py:273
Functiondownflow2
(flow, mode='bilinear')
utils/sample_utils.py:81
Functiondownflow2_pool2d
(flow)
utils/sample_utils.py:94
Functiondownflow4
(flow, mode='bilinear')
utils/sample_utils.py:85
Functiondownflow8
(flow, mode='bilinear')
utils/sample_utils.py:89
Functiondowngrid2
(coord, mode='bilinear')
utils/sample_utils.py:99
Functionflow_error_dense
(flow_gt, flow_pred, event_img=None, is_car=False)
utils/datasets/MVSEC_utils.py:12
Methodforward
Estimate optical flow between pair of frames
core/RAFT.py:86
Methodforward
(self, x1, x2)
core/DCEIFlow.py:34
Methodforward
Estimate optical flow between pair of frames
core/DCEIFlow.py:105
Methodforward
(self, x)
core/backbone/raft_encoder.py:51
Methodforward
(self, x)
core/backbone/raft_encoder.py:113
Methodforward
(self, x)
core/backbone/raft_encoder.py:176
Methodforward
(self, x)
core/backbone/raft_encoder.py:253
Methodforward
(self, x)
core/decoder/with_event_updater.py:13
Methodforward
(self, h, x)
core/decoder/with_event_updater.py:24
Methodforward
(self, h, x)
core/decoder/with_event_updater.py:52
Methodforward
(self, flow, emap, corr)
core/decoder/with_event_updater.py:80
Methodforward
(self, flow, emap, corr)
core/decoder/with_event_updater.py:102
Methodforward
(self, net, inp, corr, emap, flow)
core/decoder/with_event_updater.py:122
Methodforward
(self, net, inp, corr, emap, flow)
core/decoder/with_event_updater.py:144
Methodforward
(self, net, inp, corr, emap, flow)
core/decoder/with_event_updater.py:164
Methodforward
(self, x)
core/decoder/raft_updater.py:13
Methodforward
(self, h, x)
core/decoder/raft_updater.py:24
Methodforward
(self, h, x)
core/decoder/raft_updater.py:52
Methodforward
(self, flow, corr)
core/decoder/raft_updater.py:79
Methodforward
(self, flow, corr)
core/decoder/raft_updater.py:98
Methodforward
(self, net, inp, corr, flow)
core/decoder/raft_updater.py:116
Methodforward
(self, net, inp, corr, flow, upsample=True)
core/decoder/raft_updater.py:138
Methodforward
(self, output, target)
core/loss/Combine.py:21
Functionforward_interpolate
(flow)
utils/sample_utils.py:7
Methodfreeze_bn
(self)
core/RAFT.py:59
Methodfreeze_bn
(self)
core/DCEIFlow.py:78
Methodget_all
(self)
core/metric/Combine.py:41
Methodget_raw_events
(self, index)
utils/datasets/MVSEC.py:252
Methodget_raw_events_length
(self, index)
utils/datasets/FlyingChairs2.py:331
Functionhorizontal_flip_flow
(flow)
utils/augmentor/event_augmentor.py:38
Methodis_init
(self)
logger.py:185
Methodlog_error
(self, error, subname=None)
logger.py:135
Methodlog_warn
(self, warn, subname=None)
logger.py:144
Methodlogger_debug
(self, logger)
argparser.py:73
Functionmake_coord_center
Make coordinates at grid centers.
utils/sample_utils.py:109
Methodpartial_load
(self, path, weight_fix=None, not_load=False)
trainer.py:90
Functionprint_line
(line, subname=None)
main.py:56
Functionprint_line
(line, subname=None)
evaluate.py:39
Methodprint_line
(line, subname=None)
trainer.py:40
Methodpush
(self, metric_each)
core/metric/Combine.py:34
FunctionreadFlowKITTI
(filename)
utils/file_io.py:77
Functionreduce_tensor
(tensor, nprocs)
trainer.py:22
Functionreduce_tensor
(tensor, nprocs)
evaluate.py:28
← previousnext →101–200 of 210, ranked by callers