Skip to content
View hanskrupakar's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@AlvaradoLab
Block or Report

Block or report hanskrupakar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. COCO-Style-Dataset-Generator-GUI COCO-Style-Dataset-Generator-GUI Public

    A simple GUI-based COCO-style JSON Polygon masks' annotation tool to facilitate quick and efficient crowd-sourced generation of annotation masks and bounding boxes. Optionally, one could choose to …

    Python 144 31

  2. 3D-UNet-pytorch 3D-UNet-pytorch Public

    An implementation of 3D U-Net CNN models for the task of voxel-wise semantic segmentation of 3D MR images for isolation of Low-Grade and High Grade Gliomas, the common types of brain tumour.

    Python 40 10

  3. Mask_RCNN Mask_RCNN Public

    Forked from matterport/Mask_RCNN

    Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow

    Python 2 3

  4. AlvaradoLab/U-Net-2D-Semantic-Segmentation AlvaradoLab/U-Net-2D-Semantic-Segmentation Public

    A study of color extraction and internal hierarchical segmentation of fish body parts.

    Python 1

  5. RNN-In-Numpy RNN-In-Numpy Public

    This is a converging bottom up implementation of the Recurrent Neural Network architecture with 3 layers and a tanh activation function using only numpy in Python.

    Python 3 1

  6. Crawler to download NeurIPS '19 PDFs Crawler to download NeurIPS '19 PDFs
    1
    import scrapy
    2
    from pprint import pprint
    3
    import urllib3
    4
    import shutil
    5
    import os