Skip to content
Avatar

Achievements

Achievements

Block or Report

Block or report developer0hye

Block user

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

Report abuse

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

Report abuse

Pinned

  1. GUI for marking bounded boxes of objects in images for training neural network Yolo v3 and v2 https://github.com/AlexeyAB/darknet, https://github.com/pjreddie/darknet

    C++ 161 51

  2. PyTorch implementation of Darknet53

    Python 71 17

  3. PyTorch Implementation of YOLOv3Tiny

    Python 4 2

  4. Don't feel fain to use Deformable Convolution

    Jupyter Notebook 31 1

  5. PyTorch Implementation of CenterNet(Object as Points)

    Python 10

  6. Benchmarks for popular neural network models supported by timm

    Python 10

737 contributions in the last year

Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Mon Wed Fri

Contribution activity

June 2021

Created 4 repositories

Created a pull request in ultralytics/yolov5 that received 5 comments

Faster HSV augmentation

remove datatype conversion process that can be skipped. import random import numpy as np import cv2 import time def anchor_augment_hsv(img, hgain=0.5

+2 −2 5 comments
Opened 9 other pull requests in 4 repositories

Created an issue in pytorch/vision that received 3 comments

Unnecessary call .clone() in box_convert function

vision/torchvision/ops/boxes.py Lines 183 to 184 in d391a0e We can just return boxes without .clone(). What's the purpose?

3 comments

Seeing something unexpected? Take a look at the GitHub profile guide.