Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BCV-Uniandes/Bonet
/ functions
Functions
65 in github.com/BCV-Uniandes/Bonet
⨍
Functions
65
◇
Types & classes
23
↓ 8 callers
Method
__init__
(self, num_classes=1, aux_logits=False, transform_input=False)
models/bonet_heatmap.py:93
↓ 7 callers
Method
__init__
(self, in_channels, pool_features)
models/backbone/inception_v3.py:80
↓ 4 callers
Method
update
(self, val, n=1)
train.py:352
↓ 3 callers
Function
crop_img
(image, bbox)
data/data_loader.py:75
↓ 2 callers
Function
crop_original
(image_name, img, rois,half)
data/data_loader.py:82
↓ 2 callers
Function
evaluate
()
train.py:313
↓ 2 callers
Function
load_json
(route_json)
data/data_loader.py:21
↓ 2 callers
Function
metric_average
(val, name)
train.py:334
↓ 2 callers
Function
metric_average
(val, name)
test.py:215
↓ 2 callers
Method
reset
(self)
train.py:346
↓ 2 callers
Method
update
(self, val, n=1)
test.py:233
↓ 1 callers
Method
__init__
(self, transform_input=False)
models/bonet.py:21
↓ 1 callers
Function
blurr_kpts
(image, kpts)
data/data_loader.py:111
↓ 1 callers
Function
extract_channels
(img_dir, image_name, rois, crop = False, half= True)
data/data_loader.py:27
↓ 1 callers
Function
load_inception_heatmaps
(model, state_dict)
models/bonet_heatmap.py:17
↓ 1 callers
Function
main
()
train.py:220
↓ 1 callers
Function
main
()
test.py:162
↓ 1 callers
Method
reset
(self)
test.py:227
↓ 1 callers
Function
test
(args, net, loader, sampler, criterion, p_dict)
test.py:194
↓ 1 callers
Function
train
(epoch)
train.py:263
Function
BoNet
r"""Inception v3 model architecture from `"Rethinking the Inception Architecture for Computer Vision" <http://arxiv.org/abs/1512.00567>`_.
models/bonet_heatmap.py:61
Method
__getitem__
(self, idx)
data/data_loader.py:162
Method
__getitem__
(self, idx)
data/data_loader.py:201
Method
__init__
(self)
train.py:343
Method
__init__
(self)
test.py:224
Method
__init__
Args: img_dir (string): Directory with all the images. ann_file (string): Path to the csv file with annotations.
data/data_loader.py:143
Method
__init__
(self, img_dir, ann_file, json_file, img_transform = None, crop = False,dataset='RSNA')
data/data_loader.py:191
Method
__init__
(self, in_channels, out_channels)
models/bonet.py:43
Method
__init__
(self, in_channels, pool_features)
models/bonet_heatmap.py:207
Method
__init__
(self, in_channels)
models/bonet_heatmap.py:240
Method
__init__
(self, in_channels, channels_7x7)
models/bonet_heatmap.py:263
Method
__init__
(self, in_channels)
models/bonet_heatmap.py:308
Method
__init__
(self, in_channels)
models/bonet_heatmap.py:336
Method
__init__
(self, in_channels, num_classes)
models/bonet_heatmap.py:382
Method
__init__
(self, in_channels, out_channels, **kwargs)
models/bonet_heatmap.py:407
Method
__init__
(self, in_channels, out_channels)
models/bonet_heatmap.py:420
Method
__init__
(self, num_classes=1, aux_logits=False, transform_input=False)
models/backbone/inception_v3.py:9
Method
__init__
(self, in_channels)
models/backbone/inception_v3.py:112
Method
__init__
(self, in_channels, channels_7x7)
models/backbone/inception_v3.py:135
Method
__init__
(self, in_channels)
models/backbone/inception_v3.py:174
Method
__init__
(self, in_channels)
models/backbone/inception_v3.py:200
Method
__init__
(self, in_channels, num_classes)
models/backbone/inception_v3.py:242
Method
__init__
(self, in_channels, out_channels, **kwargs)
models/backbone/inception_v3.py:267
Method
__len__
(self)
data/data_loader.py:159
Method
__len__
(self)
data/data_loader.py:228
Function
evaluate
()
test.py:174
Method
forward
(self, x, y)
models/bonet.py:33
Method
forward
(self, x)
models/bonet.py:47
Method
forward
(self, x, y)
models/bonet_heatmap.py:153
Method
forward
(self, x)
models/bonet_heatmap.py:221
Method
forward
(self, x)
models/bonet_heatmap.py:248
Method
forward
(self, x)
models/bonet_heatmap.py:286
Method
forward
(self, x)
models/bonet_heatmap.py:320
Method
forward
(self, x)
models/bonet_heatmap.py:355
Method
forward
(self, x)
models/bonet_heatmap.py:390
Method
forward
(self, x)
models/bonet_heatmap.py:412
Method
forward
(self, x)
models/bonet_heatmap.py:424
Method
forward
(self, x)
models/backbone/inception_v3.py:44
Method
forward
(self, x)
models/backbone/inception_v3.py:93
Method
forward
(self, x)
models/backbone/inception_v3.py:120
Method
forward
(self, x)
models/backbone/inception_v3.py:152
Method
forward
(self, x)
models/backbone/inception_v3.py:184
Method
forward
(self, x)
models/backbone/inception_v3.py:215
Method
forward
(self, x)
models/backbone/inception_v3.py:250
Method
forward
(self, x)
models/backbone/inception_v3.py:272