Skip to content
View tunahansalih's full-sized avatar
🧠
Figuring things out
🧠
Figuring things out

Organizations

@burstbogazici @JANUS-mbt
Block or Report

Block or report tunahansalih

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. gemlab-vt/CONFORM gemlab-vt/CONFORM Public

    Contrast is All You Need For High-Fidelity Text-to-Image Diffusion Models [CVPR 2024]

    Jupyter Notebook 10

  2. information-gain-trellis information-gain-trellis Public

    Python 1

  3. curriculum-learning curriculum-learning Public

    Codes for thesis works on Curriculum Learning

    Python 1

  4. yolo-annotation-tool yolo-annotation-tool Public

    Forked from ManivannanMurugavel/Yolo-Annotation-Tool-New-

    YOLO Image Annotation Tool

    Python 3 1

  5. RoI Pooling RoI Pooling
    1
    import cv2
    2
    import numpy as np
    3
    import matplotlib.pyplot as plt
    4
    
                  
    5
    proposals = [[0., 12., 15., 45., 48.], [1., 10., 10., 67., 212.], [2., 122., 125., 156., 155.], [3., 48., 40., 175., 179.]]