Skip to content
View toshihiroryuu's full-sized avatar
🏆
GitHub Champion
🏆
GitHub Champion
Block or Report

Block or report toshihiroryuu

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. You_Look_Only_Once_-YOLO-_Implementation_Athul You_Look_Only_Once_-YOLO-_Implementation_Athul Public

    YOLO Implementation using keras with RBC dataset

    Python

  2. Single-Shot-Multiclass-Detector-SSD-Implementation-using-vgg16 Single-Shot-Multiclass-Detector-SSD-Implementation-using-vgg16 Public

    Jupyter Notebook

  3. Add Gaussian Noise to a specific cha... Add Gaussian Noise to a specific channel in an image
    1
    from PIL import Image
    2
    import matplotlib.pyplot as plt
    3
    import numpy as np 
    4
    
                  
    5
    
                  
  4. Image_Augmentation_using_Augmentor Image_Augmentation_using_Augmentor
    1
    import os
    2
    
                  
    3
    try:
    4
        import Augmentor
    5
    except ImportError:
  5. csv_splitter.py csv_splitter.py
    1
    import random
    2
    import math
    3
    import os
    4
    
                  
    5
    PATH=os.getcwd()
  6. YOLO_V2_Implementation_Athul YOLO_V2_Implementation_Athul Public

    Implementation of YOLO V2 with code for train , val, test image split into folder

    Python