Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cleinc/bts
/ functions
Functions
202 in github.com/cleinc/bts
⨍
Functions
202
◇
Types & classes
27
↓ 16 callers
Function
resnet_v1_block
Helper function for creating a resnet_v1 bottleneck block. Args: scope: The scope of the block. base_depth: The depth of the bottlenec
tensorflow/resnet_v1.py:239
↓ 7 callers
Method
__init__
(self, params, feat_out_channels, num_features=512)
pytorch/bts.py:149
↓ 6 callers
Method
__len__
(self)
pytorch/bts_dataloader.py:237
↓ 6 callers
Method
conv
(self, x, num_out_layers, kernel_size, stride, activation_fn=tf.nn.elu, normalizer_fn=None)
tensorflow/bts.py:77
↓ 6 callers
Function
normalize_result
(value, vmin=None, vmax=None)
pytorch/bts_main.py:203
↓ 5 callers
Function
np_to_qimage
(a)
tensorflow/bts_live_3d.py:151
↓ 5 callers
Function
np_to_qimage
(a)
pytorch/bts_live_3d.py:122
↓ 4 callers
Method
bts
(self, dense_features, skips, num_filters=256)
tensorflow/bts.py:238
↓ 4 callers
Method
reduction_1x1
(self, net, num_filters, is_final=False)
tensorflow/bts.py:145
↓ 4 callers
Function
resnet_v1
Generator for v1 ResNet models. This function generates a family of ResNet v1 models. See the resnet_v1_*() methods for specific model instant
tensorflow/resnet_v1.py:128
↓ 4 callers
Method
updateCloud
(self)
tensorflow/bts_live_3d.py:288
↓ 4 callers
Method
updateCloud
(self)
pytorch/bts_live_3d.py:259
↓ 3 callers
Method
denseconv
(self, x, num_filters, kernel_size, stride=1, dilation_rate=1, dropout_rate=None, scope=None)
tensorflow/bts.py:106
↓ 3 callers
Method
forward
(self, features, focal)
pytorch/bts.py:196
↓ 3 callers
Function
preprocessing_transforms
(mode)
pytorch/bts_dataloader.py:37
↓ 2 callers
Method
dense_block
(self, x, num_layers, num_filters, growth_rate, dilation_rate=1, grow_num_filters=True, scope=None)
tensorflow/bts.py:124
↓ 2 callers
Method
densenet
(self, inputs, reduction=None, growth_rate=None, num_filters=None, num_layers=None, dropout_rate=None,
tensorflow/bts.py:177
↓ 2 callers
Method
downsample_nn
(self, x, ratio)
tensorflow/bts.py:71
↓ 2 callers
Method
get_depth
(self, x)
tensorflow/bts.py:168
↓ 2 callers
Function
get_num_lines
(file_path)
tensorflow/bts_eval.py:97
↓ 2 callers
Function
get_num_lines
(file_path)
pytorch/bts_eval.py:105
↓ 2 callers
Function
load_model
()
tensorflow/bts_live_3d.py:106
↓ 2 callers
Function
load_model
()
pytorch/bts_live_3d.py:96
↓ 2 callers
Method
mean_image_subtraction
Subtracts the given means from each image channel. For example: means = [123.68, 116.779, 103.939] image = mean_image_subt
tensorflow/bts_dataloader.py:193
↓ 2 callers
Method
random_crop
(self, img, depth, height, width)
pytorch/bts_dataloader.py:191
↓ 2 callers
Method
rotate_image
(self, image, angle, flag=Image.BILINEAR)
pytorch/bts_dataloader.py:187
↓ 2 callers
Method
setXRotation
(self, angle)
tensorflow/bts_live_3d.py:364
↓ 2 callers
Method
setXRotation
(self, angle)
pytorch/bts_live_3d.py:339
↓ 2 callers
Function
set_misc
(model)
pytorch/bts_main.py:217
↓ 2 callers
Function
tic
()
tensorflow/bts_live_3d.py:141
↓ 2 callers
Function
tic
()
pytorch/bts_live_3d.py:112
↓ 2 callers
Method
to_tensor
(self, pic)
pytorch/bts_dataloader.py:262
↓ 2 callers
Function
toc
()
tensorflow/bts_live_3d.py:146
↓ 2 callers
Function
toc
()
pytorch/bts_live_3d.py:117
↓ 2 callers
Method
updateRGBD
(self)
tensorflow/bts_live_3d.py:461
↓ 2 callers
Method
updateRGBD
(self)
pytorch/bts_live_3d.py:436
↓ 1 callers
Method
__init__
(self, parent=None)
tensorflow/bts_live_3d.py:172
↓ 1 callers
Method
__init__
(self, parent=None)
pytorch/bts_live_3d.py:143
↓ 1 callers
Function
_is_numpy_image
(img)
pytorch/bts_dataloader.py:33
↓ 1 callers
Function
_is_pil_image
(img)
pytorch/bts_dataloader.py:29
↓ 1 callers
Method
augment_image
(self, image)
tensorflow/bts_dataloader.py:166
↓ 1 callers
Method
augment_image
(self, image)
pytorch/bts_dataloader.py:216
↓ 1 callers
Function
average_gradients
(tower_grads)
tensorflow/average_gradients.py:18
↓ 1 callers
Function
block_print
()
pytorch/bts_main.py:168
↓ 1 callers
Method
build_densenet121_bts
(self, net_input, reuse)
tensorflow/bts.py:397
↓ 1 callers
Method
build_densenet161_bts
(self, net_input, reuse)
tensorflow/bts.py:407
↓ 1 callers
Method
build_losses
(self)
tensorflow/bts.py:432
↓ 1 callers
Method
build_model
(self, net_input, reuse)
tensorflow/bts.py:417
↓ 1 callers
Method
build_resnet101_bts
(self, net_input, reuse)
tensorflow/bts.py:347
↓ 1 callers
Method
build_resnet50_bts
(self, net_input, reuse)
tensorflow/bts.py:372
↓ 1 callers
Method
build_summaries
(self)
tensorflow/bts.py:448
↓ 1 callers
Function
build_tensors_in_checkpoint_file
(loaded_tensors)
tensorflow/bts_main.py:110
↓ 1 callers
Function
compute_errors
(gt, pred)
utils/eval_with_pngs.py:50
↓ 1 callers
Function
compute_errors
(gt, pred)
tensorflow/bts_eval.py:73
↓ 1 callers
Function
compute_errors
(gt, pred)
pytorch/bts_main.py:144
↓ 1 callers
Function
compute_errors
(gt, pred)
pytorch/bts_eval.py:81
↓ 1 callers
Function
convert_image
(i, scene, depth_raw, image)
utils/extract_official_train_test_set_from_mat.py:44
↓ 1 callers
Method
createPointCloudVBOfromRGBD
(self)
tensorflow/bts_live_3d.py:456
↓ 1 callers
Method
createPointCloudVBOfromRGBD
(self)
pytorch/bts_live_3d.py:431
↓ 1 callers
Method
denseconv_block
(self, x, num_filters, dilation_rate=1, scope=None)
tensorflow/bts.py:116
↓ 1 callers
Function
download_file_from_google_drive
(id, destination)
utils/download_from_gdrive.py:6
↓ 1 callers
Method
drawObject
(self)
tensorflow/bts_live_3d.py:480
↓ 1 callers
Method
drawObject
(self)
pytorch/bts_live_3d.py:455
↓ 1 callers
Function
edges
(d)
tensorflow/bts_live_3d.py:162
↓ 1 callers
Function
edges
(d)
pytorch/bts_live_3d.py:133
↓ 1 callers
Function
enable_print
()
pytorch/bts_main.py:172
↓ 1 callers
Function
eval
(pred_depths)
utils/eval_with_pngs.py:148
↓ 1 callers
Function
eval
(pred_depths, step)
tensorflow/bts_eval.py:247
↓ 1 callers
Function
eval
(pred_depths, step)
pytorch/bts_eval.py:235
↓ 1 callers
Function
get_confirm_token
(response)
utils/download_from_gdrive.py:7
↓ 1 callers
Function
get_num_lines
(file_path)
tensorflow/bts_test.py:72
↓ 1 callers
Function
get_num_lines
(file_path)
tensorflow/bts_main.py:88
↓ 1 callers
Function
get_num_lines
(file_path)
pytorch/bts_test.py:77
↓ 1 callers
Function
get_tensors_in_checkpoint_file
(file_name, all_tensors=True, tensor_name=None)
tensorflow/bts_main.py:95
↓ 1 callers
Function
main
()
utils/eval_with_pngs.py:220
↓ 1 callers
Function
main
()
pytorch/bts_main.py:556
↓ 1 callers
Function
main_worker
(gpu, ngpus_per_node, args)
pytorch/bts_main.py:322
↓ 1 callers
Function
online_eval
(model, dataloader_eval, gpu, ngpus)
pytorch/bts_main.py:250
↓ 1 callers
Method
posFromDepth
(self, depth)
tensorflow/bts_live_3d.py:448
↓ 1 callers
Method
posFromDepth
(self, depth)
pytorch/bts_live_3d.py:423
↓ 1 callers
Function
qimage_to_np
(img)
tensorflow/bts_live_3d.py:156
↓ 1 callers
Function
qimage_to_np
(img)
pytorch/bts_live_3d.py:127
↓ 1 callers
Method
random_crop_fixed_size
(self, image, depth_gt)
tensorflow/bts_dataloader.py:157
↓ 1 callers
Function
resnet_v1_101
ResNet-101 model of [1]. See resnet_v1() for arg and return description.
tensorflow/resnet_v1.py:292
↓ 1 callers
Function
resnet_v1_50
ResNet-50 model of [1]. See resnet_v1() for arg and return description.
tensorflow/resnet_v1.py:261
↓ 1 callers
Function
save_response_content
(response, destination)
utils/download_from_gdrive.py:14
↓ 1 callers
Method
setYRotation
(self, angle)
tensorflow/bts_live_3d.py:370
↓ 1 callers
Method
setYRotation
(self, angle)
pytorch/bts_live_3d.py:345
↓ 1 callers
Method
setZRotation
(self, angle)
tensorflow/bts_live_3d.py:376
↓ 1 callers
Method
setZRotation
(self, angle)
pytorch/bts_live_3d.py:351
↓ 1 callers
Method
set_epoch
(self, epoch)
pytorch/distributed_sampler_no_evenly_divisible.py:71
↓ 1 callers
Function
test
()
utils/eval_with_pngs.py:74
↓ 1 callers
Function
test
Test function.
tensorflow/bts_test.py:79
↓ 1 callers
Function
test
(params)
tensorflow/bts_eval.py:104
↓ 1 callers
Function
test
Test function.
pytorch/bts_test.py:84
↓ 1 callers
Function
test
(params)
pytorch/bts_eval.py:112
↓ 1 callers
Function
test_sequence
(params)
tensorflow/bts_sequence.py:59
↓ 1 callers
Function
train
(params)
tensorflow/bts_main.py:126
↓ 1 callers
Method
train_preprocess
(self, image, depth_gt)
pytorch/bts_dataloader.py:202
↓ 1 callers
Method
transition_block
(self, x, num_filters, compression=1.0, do_pooling=True, scope=None)
tensorflow/bts.py:136
next →
1–100 of 202, ranked by callers