Man pages for maju116/platypus
Tools for Computer Vision in R

binary_colormapBinary segmentation color map.
binary_labelsBinary segmentation labels.
box_jaccard_distanceCalculates Jaccard distance between two boxes.
calculate_iouCalculates boxes IoU.
check_boxes_intersectChecks if two bounding boxes intersect.
clean_boxesTransform list of bounding boxes into a 'data.frame'.
coco_anchorsCOCO dataset anchors.
coco_labelsCOCO dataset labels.
correct_boxesRescales boxes.
create_boxes_ggplotGenerates raster image with bounding boxes.
create_images_masks_pathsGenerates images/masks path from selected configuration.
create_plot_dataTransforms pixel 'array' into 'data.frame' with raster data.
create_segmentation_map_ggplotGenerates raster image with segmentation masks.
custom_fit_generatorFits model using data generator.
custom_predict_generatorCalculates predictions on new samples using data generator.
darknet53Creates a Darknet53 architecture.
darknet53_conv2dCreates a convolutional Darknet53 unit.
darknet53_residual_blockCreates a residual Darknet53 block.
dice_coeffFunction for calculating dice coefficient.
find_anchors_and_grids_for_true_boxesFinds best anchors and output grid coordinates for true...
generate_anchorsCalculates anchor boxes using k-mean++ algorithm.
generate_empty_gridCreates empty output 'Yolo3' grid.
get_boxesTransforms 'Yolo3' predictions into valid boxes.
get_masksTransforms 'U-Net' predictions into valid segmentation map.
get_max_boxes_iouCompares boxes by IoU.
get_true_boxes_from_annotationsCalculates true bounding box coordinates from annotations.
initialize_anchorsCalculates initial anchor boxes for k-mean++ algorithm.
intersection_over_unionCalculates 'Intersection-Over-Union' for two bounding boxes.
load_darknet_weightsLoads 'Yolo3 Darknet' (https://pjreddie.com/darknet/yolo/)...
logitLogit.
loss_diceDice loss.
metric_dice_coeffDice coefficient metric.
non_max_suppressionApplies 'Non-Maximum-Suppression' for a list of bounding...
plot_boxesGenerates raster images with bounding boxes.
plot_masksGenerates raster images with segmentation masks.
plot_rasterGenerates raster image.
read_annotations_from_labelmeReads bounding box annotations from JSON files. Each XML has...
read_annotations_from_xmlReads bounding box annotations from XML files. Each XML has...
read_images_from_directoryReads images from directory.
segmentation_generatorGenerates batches of data (images and masks). The data will...
sigmoidSigmoid.
split_masks_into_binarySplits multi-class mask into binary masks.
transform_boxesTransforms 'Yolo3' predictions into valid box...
transform_boxes_for_gridTransforms 'Yolo3' predictions into valid box...
transform_boxes_tfTransforms 'Yolo3' predictions into valid box...
transform_box_to_min_maxTransforms boxes to min/max coordinates.
u_netCreates a U-Net architecture.
u_net_double_conv2dCreates a double convolutional U-Net block.
unite_binary_masksUnites binary masks into multi-class mask.
voc_colormap'VOC' dataset segmentation color map.
voc_labels'VOC' dataset labels.
yolo3Creates a Yolo3 architecture.
yolo3_conv2dCreates a convolutional Yolo3 unit.
yolo3_generatorGenerates batches of data (images and box...
yolo3_grid_iouCalculates IoU metric for one 'Yolo3' grid.
yolo3_grid_lossCalculates loss for one 'Yolo3' grid.
yolo3_lossGenerates 'Yolo3' loss function.
yolo3_metricsGenerates 'Yolo3' IoU metric function.
yolo3_outputCreates Yolo3 output grid.
maju116/platypus documentation built on Oct. 18, 2020, 9:40 a.m.