Skip to content
View DeepSarkars's full-sized avatar

Highlights

  • Pro

Block or report DeepSarkars

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 Loading

  1. docker-exercise docker-exercise Public

  2. image-background-remove-tool image-background-remove-tool Public

    Forked from OPHoperHPO/image-background-remove-tool

    🥧 A tool for removing background from photos with neural networks 🥧

    Python

  3. Spring_Angular_handson Spring_Angular_handson Public

    HTML

  4. Spring_Rest Spring_Rest Public

    Java

  5. syndata-generation syndata-generation Public

    Forked from debidatta/syndata-generation

    Code used to generate synthetic scenes and bounding box annotations for object detection. This was used to generate data used in the Cut, Paste and Learn paper

    Python

  6. Autocropping a transparent image in ... Autocropping a transparent image in Python using PIL
    1
    import sys
    2
    import glob
    3
    from PIL import Image
    4
    
                  
    5
    def autocrop_image(image, border = 0):