Skip to content
View deepwilson's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report deepwilson

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. vehicle_reid vehicle_reid Public

    Python

  2. Universal-Data-Augmentation-for-Bounding-Boxes Universal-Data-Augmentation-for-Bounding-Boxes Public

    Avoid writing separate code for bounding box updation for each type of data augmentation for Object Detection pipelines. Optimized for integration with tf.data pipeline for GPU execution.

    Jupyter Notebook 4 1

  3. JPEG-artifacts-removal-using-DnCNN JPEG-artifacts-removal-using-DnCNN Public

    Using a Denoising CNN to remove JPEG artifacts arising from compressing images

    Jupyter Notebook 2 1

  4. Anomaly-Detection-using-Spatiotemporal-Autoencoder Anomaly-Detection-using-Spatiotemporal-Autoencoder Public

    Jupyter Notebook

  5. DLCV DLCV Public

    Concepts and implementations related to deep learning for computer vision

    Jupyter Notebook

  6. Download ArXiv papers from "awesome"... Download ArXiv papers from "awesome" repos related to DL and CV
    1
    '''Modified from Source -----> "https://github.com/jyguo1729/web-scraping-for-PDF-file" '''
    2
    import requests 
    3
    from bs4 import BeautifulSoup
    4
    
                  
    5
    def get_title(url):