Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ag-piyush/Bone-Fracture-Detection---MURA
/ functions
Functions
13 in github.com/ag-piyush/Bone-Fracture-Detection---MURA
⨍
Functions
13
◇
Types & classes
0
↓ 2 callers
Function
conv_factory
Apply BatchNorm, Relu 3x3Conv2D, optional dropout :parameter x: Input keras network :parameter concat_axis: int -- index of contatenate axis
densenet.py:12
↓ 2 callers
Function
denseblock
Build a denseblock where the output of each conv_factory is fed to subsequent ones :parameter x: keras model :parameter concat_axis: int
densenet.py:60
↓ 1 callers
Function
load_path
load MURA dataset
data_loader.py:7
↓ 1 callers
Function
plot_MURA
(save=True)
plot_results_train_loss.py:6
↓ 1 callers
Function
plot_MURA
(save=True)
plot_results_valid_acc.py:6
↓ 1 callers
Function
plot_MURA
(save=True)
plot_results_valid_loss.py:6
↓ 1 callers
Function
plot_MURA
(save=True)
plot_results_train_acc.py:6
↓ 1 callers
Function
randome_rotation_flip
(image,size = 512)
data_loader.py:52
↓ 1 callers
Function
run_MURA
Run MURA experiments :parameter batch_size: int -- batch size :parameter nb_epoch: int -- number of training epochs :parameter depth
mura.py:18
↓ 1 callers
Function
transition
Apply BatchNorm, Relu 1x1Conv2D, optional dropout and Maxpooling2D :parameter x: keras model :parameter concat_axis: int -- index of contaten
densenet.py:36
Function
DenseNet
Build the DenseNet model :parameter nb_classes: int -- number of classes :parameter img_dim: tuple -- (channels, rows, columns) :pa
densenet.py:114
Function
denseblock_altern
Build a denseblock where the output of each conv_factory is fed to subsequent ones. (Alternative of denseblock) :parameter x: keras model :pa
densenet.py:89
Function
load_image
(Path = './valid/XR_ELBOW', size = 512)
data_loader.py:27