Files in maju116/platypus
Tools for Computer Vision in R

.Rbuildignore
.github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/PULL_REQUEST_TEMPLATE.md
.github/workflows/main.yml
.gitignore
CHANGELOG.md CODE_OF_CONDUCT.md
DESCRIPTION
LICENSE
NAMESPACE
R/custom_train_on_batch.R R/darknet53.R R/data_augmentation.R R/globals.R R/input_checks.R R/load_darknet_weights.R R/plot_functions.R R/segmentation_generator.R R/segmentation_loss_metric.R R/segmentation_predict.R R/u_net.R R/yolo3.R R/yolo3_anchors.R R/yolo3_generator.R R/yolo3_loss.R R/yolo3_predict.R R/zzz.R README.Rmd README.md
codecov.yml
environment/Dockerfile
environment/packages.R
environment/user-settings
examples/2018 Data Science Bowl/2018-Data-Science-Bowl.Rmd
examples/2018 Data Science Bowl/2018-Data-Science-Bowl.html
examples/2018 Data Science Bowl/2018-Data-Science-Bowl.md
examples/2018 Data Science Bowl/2018-Data-Science-Bowl_files/figure-markdown_github/plot-1.png
examples/2018 Data Science Bowl/2018-Data-Science-Bowl_files/figure-markdown_github/plot-2.png
examples/2018 Data Science Bowl/2018-Data-Science-Bowl_files/figure-markdown_github/plot-3.png
examples/2018 Data Science Bowl/2018-Data-Science-Bowl_files/figure-markdown_github/plot-4.png
examples/Blood Cell Detection/Blood-Cell-Detection.Rmd
examples/Blood Cell Detection/Blood-Cell-Detection.html
examples/Blood Cell Detection/Blood-Cell-Detection.md
examples/Blood Cell Detection/Blood-Cell-Detection_files/figure-markdown_github/unnamed-chunk-2-1.png
examples/Blood Cell Detection/Blood-Cell-Detection_files/figure-markdown_github/unnamed-chunk-8-1.png
examples/Blood Cell Detection/Blood-Cell-Detection_files/figure-markdown_github/unnamed-chunk-8-2.png
examples/Blood Cell Detection/Blood-Cell-Detection_files/figure-markdown_github/unnamed-chunk-8-3.png
examples/Blood Cell Detection/Blood-Cell-Detection_files/figure-markdown_github/unnamed-chunk-8-4.png
examples/data/.gitkeep
examples/models/.gitkeep
inst/extdata/images/coco1.jpg
inst/extdata/images/coco2.jpg
inst/testdata/dir/images/test_image_1.png
inst/testdata/dir/images/test_image_2.png
inst/testdata/dir/images/test_image_3.png
inst/testdata/dir/masks/test_mask_1.png
inst/testdata/dir/masks/test_mask_2.png
inst/testdata/dir/masks/test_mask_3.png
inst/testdata/generate_test_data.R
inst/testdata/nested_dirs/image_1/images/test_image_1.png
inst/testdata/nested_dirs/image_1/masks/test_mask_1_1.png
inst/testdata/nested_dirs/image_1/masks/test_mask_1_2.png
inst/testdata/nested_dirs/image_1/masks/test_mask_1_3.png
inst/testdata/nested_dirs/image_2/images/test_image_2.png
inst/testdata/nested_dirs/image_2/masks/test_mask_2_1.png
inst/testdata/nested_dirs/image_2/masks/test_mask_2_2.png
inst/testdata/nested_dirs/image_2/masks/test_mask_2_3.png
inst/testdata/nested_dirs/image_3/images/test_image_3.png
inst/testdata/nested_dirs/image_3/masks/test_mask_3_1.png
inst/testdata/nested_dirs/image_3/masks/test_mask_3_2.png
inst/testdata/nested_dirs/image_3/masks/test_mask_3_3.png
man/binary_colormap.Rd man/binary_labels.Rd man/box_jaccard_distance.Rd man/calculate_iou.Rd man/check_boxes_intersect.Rd man/clean_boxes.Rd man/coco_anchors.Rd man/coco_labels.Rd man/correct_boxes.Rd man/create_boxes_ggplot.Rd man/create_images_masks_paths.Rd man/create_plot_data.Rd man/create_segmentation_map_ggplot.Rd man/custom_fit_generator.Rd man/custom_predict_generator.Rd man/darknet53.Rd man/darknet53_conv2d.Rd man/darknet53_residual_block.Rd man/dice_coeff.Rd
man/figures/README-unnamed-chunk-13-1.png
man/figures/README-unnamed-chunk-13-2.png
man/figures/README-unnamed-chunk-13-3.png
man/figures/README-unnamed-chunk-13-4.png
man/figures/README-unnamed-chunk-18-1.png
man/figures/README-unnamed-chunk-18-2.png
man/figures/README-unnamed-chunk-18-3.png
man/figures/README-unnamed-chunk-18-4.png
man/figures/README-unnamed-chunk-8-1.png
man/figures/README-unnamed-chunk-8-2.png
man/figures/README-unnamed-chunk-9-1.png
man/figures/hexsticker_platypus.png
man/find_anchors_and_grids_for_true_boxes.Rd man/generate_anchors.Rd man/generate_empty_grid.Rd man/get_boxes.Rd man/get_masks.Rd man/get_max_boxes_iou.Rd man/get_true_boxes_from_annotations.Rd man/initialize_anchors.Rd man/intersection_over_union.Rd man/load_darknet_weights.Rd man/logit.Rd man/loss_dice.Rd man/metric_dice_coeff.Rd man/non_max_suppression.Rd man/plot_boxes.Rd man/plot_masks.Rd man/plot_raster.Rd man/read_annotations_from_labelme.Rd man/read_annotations_from_xml.Rd man/read_images_from_directory.Rd man/segmentation_generator.Rd man/sigmoid.Rd man/split_masks_into_binary.Rd man/transform_box_to_min_max.Rd man/transform_boxes.Rd man/transform_boxes_for_grid.Rd man/transform_boxes_tf.Rd man/u_net.Rd man/u_net_double_conv2d.Rd man/unite_binary_masks.Rd man/voc_colormap.Rd man/voc_labels.Rd man/yolo3.Rd man/yolo3_conv2d.Rd man/yolo3_generator.Rd man/yolo3_grid_iou.Rd man/yolo3_grid_loss.Rd man/yolo3_loss.Rd man/yolo3_metrics.Rd man/yolo3_output.Rd
platypus.Rproj
tests/testthat.R tests/testthat/test-create_images_masks_paths.R tests/testthat/test-dice_coeff.R tests/testthat/test-get_masks.R tests/testthat/test-loss_dice.R tests/testthat/test-metric_dice_coeff.R tests/testthat/test-read_images_from_directory.R tests/testthat/test-segmentation_generator.R tests/testthat/test-split_masks_into_binary.R tests/testthat/test-u_net.R tests/testthat/test-unite_binary_masks.R tests/testthat/test-yolo3.R
workflow.sh
maju116/platypus documentation built on Oct. 18, 2020, 9:40 a.m.