Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Liumouliu/OriCNN
/ functions
Functions
58 in github.com/Liumouliu/OriCNN
⨍
Functions
58
◇
Types & classes
6
↓ 4 callers
Method
create_generator_gem_pooling_shallow_concatLast3conv
(self, generator_inputs, name='sat_sem', trainable=True,
CVPR2019_codes/OriNet_CVACT/encoder_net.py:34
↓ 4 callers
Method
create_generator_gem_pooling_shallow_concatLast3conv
(self, generator_inputs, name='sat_sem', trainable=True,
CVPR2019_codes/OriNet_CVUSA/encoder_net.py:34
↓ 4 callers
Method
get_test_dataset_size
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT.py:296
↓ 4 callers
Method
get_test_dataset_size
(self)
CVPR2019_codes/OriNet_CVUSA/input_data_rgb_ori_m1_1_augument.py:200
↓ 3 callers
Method
next_batch_scan
(self, batch_size)
CVPR2019_codes/OriNet_CVACT/input_data_ACT.py:91
↓ 2 callers
Method
gen_conv
(self, batch_input, out_channels)
CVPR2019_codes/OriNet_CVACT/encoder_net.py:10
↓ 2 callers
Method
gen_conv
(self, batch_input, out_channels)
CVPR2019_codes/OriNet_CVUSA/encoder_net.py:10
↓ 2 callers
Method
next_batch_scan
(self, batch_size)
CVPR2019_codes/OriNet_CVUSA/input_data_rgb_ori_m1_1_augument.py:58
↓ 2 callers
Method
reset_scan
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT.py:299
↓ 2 callers
Method
reset_scan
(self)
CVPR2019_codes/OriNet_CVUSA/input_data_rgb_ori_m1_1_augument.py:203
↓ 1 callers
Function
_repeat
(x, n_repeats)
CVPR2019_codes/OriNet_CVACT/ops.py:84
↓ 1 callers
Function
_repeat
(x, n_repeats)
CVPR2019_codes/OriNet_CVUSA/ops.py:84
↓ 1 callers
Method
batchnorm
(self, inputs)
CVPR2019_codes/OriNet_CVACT/encoder_net.py:28
↓ 1 callers
Method
batchnorm
(self, inputs)
CVPR2019_codes/OriNet_CVUSA/encoder_net.py:28
↓ 1 callers
Function
compute_loss
(sat_global, grd_global, utms_x, UTMthres, batch_hard_count=0)
CVPR2019_codes/OriNet_CVACT/train_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_ACT.py:37
↓ 1 callers
Function
compute_loss
(sat_global, grd_global, utms_x, UTMthres, batch_hard_count=0)
CVPR2019_codes/OriNet_CVACT/eval_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_ACT.py:38
↓ 1 callers
Function
compute_loss
Compute the weighted soft-margin triplet loss :param sat_global: the satellite image global descriptor :param grd_global: the ground imag
CVPR2019_codes/OriNet_CVUSA/train_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_augment.py:34
↓ 1 callers
Function
compute_loss
Compute the weighted soft-margin triplet loss :param sat_global: the satellite image global descriptor :param grd_global: the ground imag
CVPR2019_codes/OriNet_CVUSA/eval_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_augment.py:39
↓ 1 callers
Function
extract_value
z : b x h x w x c tensor locs : b x n x 2 tensor
CVPR2019_codes/OriNet_CVACT/ops.py:61
↓ 1 callers
Function
extract_value
z : b x h x w x c tensor locs : b x n x 2 tensor
CVPR2019_codes/OriNet_CVUSA/ops.py:61
↓ 1 callers
Function
interpolate
(im, X, Y)
CVPR2019_codes/OriNet_CVACT/ops.py:92
↓ 1 callers
Function
interpolate
(im, X, Y)
CVPR2019_codes/OriNet_CVUSA/ops.py:92
↓ 1 callers
Method
lrelu
(self, x, a)
CVPR2019_codes/OriNet_CVACT/encoder_net.py:17
↓ 1 callers
Method
lrelu
(self, x, a)
CVPR2019_codes/OriNet_CVUSA/encoder_net.py:17
↓ 1 callers
Method
next_batch_scan
(self, batch_size)
CVPR2019_codes/OriNet_CVACT/input_data_VGG.py:92
↓ 1 callers
Method
next_batch_scan
(self, batch_size)
CVPR2019_codes/OriNet_CVACT/input_data_ACT_test.py:91
↓ 1 callers
Method
next_pair_batch
(self, batch_size)
CVPR2019_codes/OriNet_CVACT/input_data_ACT.py:167
↓ 1 callers
Method
next_pair_batch
(self, batch_size)
CVPR2019_codes/OriNet_CVUSA/input_data_rgb_ori_m1_1_augument.py:110
↓ 1 callers
Function
train
Train the network and do the test :param start_epoch: the epoch id start to train. The first epoch is 1.
CVPR2019_codes/OriNet_CVACT/train_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_ACT.py:67
↓ 1 callers
Function
train
Train the network and do the test :param start_epoch: the epoch id start to train. The first epoch is 1.
CVPR2019_codes/OriNet_CVACT/eval_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_ACT.py:68
↓ 1 callers
Function
train
Train the network and do the test :param start_epoch: the epoch id start to train. The first epoch is 1.
CVPR2019_codes/OriNet_CVUSA/train_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_augment.py:74
↓ 1 callers
Function
train
Train the network and do the test :param start_epoch: the epoch id start to train. The first epoch is 1.
CVPR2019_codes/OriNet_CVUSA/eval_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_augment.py:79
↓ 1 callers
Function
validate
(grd_descriptor, sat_descriptor)
CVPR2019_codes/OriNet_CVACT/train_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_ACT.py:21
↓ 1 callers
Function
validate
(grd_descriptor, sat_descriptor)
CVPR2019_codes/OriNet_CVACT/eval_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_ACT.py:22
↓ 1 callers
Function
validate
(grd_descriptor, sat_descriptor)
CVPR2019_codes/OriNet_CVUSA/train_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_augment.py:18
↓ 1 callers
Function
validate
(grd_descriptor, sat_descriptor)
CVPR2019_codes/OriNet_CVUSA/eval_deep6_scratch_m1_1_concat3conv_rgb_ori_gem_augment.py:23
Method
__init__
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT.py:31
Method
__init__
(self)
CVPR2019_codes/OriNet_CVACT/input_data_VGG.py:29
Method
__init__
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT_test.py:28
Method
__init__
(self)
CVPR2019_codes/OriNet_CVUSA/input_data_rgb_ori_m1_1_augument.py:17
Function
constant_variable
(var_shape, value=0.0, name='biases')
CVPR2019_codes/OriNet_CVACT/ops.py:5
Function
constant_variable
(var_shape, value=0.0, name='biases')
CVPR2019_codes/OriNet_CVUSA/ops.py:5
Function
extract_values
(zs, locs)
CVPR2019_codes/OriNet_CVACT/ops.py:79
Function
extract_values
(zs, locs)
CVPR2019_codes/OriNet_CVUSA/ops.py:79
Method
get_dataset_size
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT.py:293
Method
get_dataset_size
(self)
CVPR2019_codes/OriNet_CVACT/input_data_VGG.py:229
Method
get_dataset_size
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT_test.py:275
Method
get_dataset_size
(self)
CVPR2019_codes/OriNet_CVUSA/input_data_rgb_ori_m1_1_augument.py:197
Method
get_test_dataset_size
(self)
CVPR2019_codes/OriNet_CVACT/input_data_VGG.py:232
Method
get_test_dataset_size
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT_test.py:278
Method
next_pair_batch
(self, batch_size)
CVPR2019_codes/OriNet_CVACT/input_data_VGG.py:147
Method
next_pair_batch
(self, batch_size)
CVPR2019_codes/OriNet_CVACT/input_data_ACT_test.py:167
Method
reset_scan
(self)
CVPR2019_codes/OriNet_CVACT/input_data_VGG.py:235
Method
reset_scan
(self)
CVPR2019_codes/OriNet_CVACT/input_data_ACT_test.py:281
Function
trace_locations_backward
loc_x/y: pixel location in last feature map im_size: size of the smallest feature map feat_size: size of feature maps
CVPR2019_codes/OriNet_CVACT/ops.py:35
Function
trace_locations_backward
loc_x/y: pixel location in last feature map im_size: size of the smallest feature map feat_size: size of feature maps
CVPR2019_codes/OriNet_CVUSA/ops.py:35
Function
trace_locations_forward
loc_x/y: pixel location in input image im_size: size of input image feat_size: size of feature maps
CVPR2019_codes/OriNet_CVACT/ops.py:9
Function
trace_locations_forward
loc_x/y: pixel location in input image im_size: size of input image feat_size: size of feature maps
CVPR2019_codes/OriNet_CVUSA/ops.py:9