SEOLHEE KIM (ksh7621)

ksh7621

Geek Repo

Company:Korea Railroad Research Institute

Location:대한민국

Github PK Tool:Github PK Tool

SEOLHEE KIM's starred repositories

transformers

🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

Language:PythonLicense:Apache-2.0Stargazers:128270Issues:1100Issues:15092

yolov5

YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite

Language:PythonLicense:AGPL-3.0Stargazers:48239Issues:364Issues:9158

segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:45269Issues:301Issues:655

bert

TensorFlow code and pre-trained models for BERT

Language:PythonLicense:Apache-2.0Stargazers:37391Issues:1000Issues:1140

pytorch-CycleGAN-and-pix2pix

Image-to-Image Translation in PyTorch

Language:PythonLicense:NOASSERTIONStargazers:22345Issues:350Issues:1481

AnimateAnyone

Animate Anyone: Consistent and Controllable Image-to-Video Synthesis for Character Animation

librealsense

Intel® RealSense™ SDK

Language:C++License:Apache-2.0Stargazers:7421Issues:293Issues:9240

stylegan3

Official PyTorch implementation of StyleGAN3

Language:PythonLicense:NOASSERTIONStargazers:6262Issues:56Issues:253

donut

Official Implementation of OCR-free Document Understanding Transformer (Donut) and Synthetic Document Generator (SynthDoG), ECCV 2022

Language:PythonLicense:MITStargazers:5493Issues:45Issues:289

stylegan2-ada-pytorch

StyleGAN2-ADA - Official PyTorch implementation

Language:PythonLicense:NOASSERTIONStargazers:3992Issues:50Issues:262

pytorch-fid

Compute FID scores with PyTorch.

Language:PythonLicense:Apache-2.0Stargazers:3196Issues:14Issues:85

MedSAM

Segment Anything in Medical Images

Language:Jupyter NotebookLicense:Apache-2.0Stargazers:2408Issues:17Issues:236

torchmetrics

Torchmetrics - Machine learning metrics for distributed, scalable PyTorch applications.

Language:PythonLicense:Apache-2.0Stargazers:2003Issues:26Issues:835

DeBERTa

The implementation of DeBERTa

Language:PythonLicense:MITStargazers:1905Issues:42Issues:121

DeepLabV3Plus-Pytorch

Pretrained DeepLabv3 and DeepLabv3+ for Pascal VOC & Cityscapes

Language:PythonLicense:MITStargazers:1795Issues:19Issues:124

awesome-multiple-object-tracking

Resources for Multiple Object Tracking (MOT)

Deep-Learning-Paper-Review-and-Practice

꼼꼼한 딥러닝 논문 리뷰와 코드 실습

Language:Jupyter NotebookStargazers:1011Issues:42Issues:10

SAM-Adapter-PyTorch

Adapting Meta AI's Segment Anything to Downstream Tasks with Adapters and Prompts

Language:PythonLicense:MITStargazers:839Issues:10Issues:74

OC_SORT

[CVPR2023] The official repo for OC-SORT: Observation-Centric SORT on video Multi-Object Tracking. OC-SORT is simple, online and robust to occlusion/non-linear motion.

Language:PythonLicense:MITStargazers:723Issues:14Issues:118

finetune-anything

Fine-tune SAM (Segment Anything Model) for computer vision tasks such as semantic segmentation, matting, detection ... in specific scenarios

Language:PythonLicense:MITStargazers:689Issues:13Issues:55

inception-score-pytorch

Inception Score for GANs in Pytorch

Language:PythonLicense:MITStargazers:623Issues:11Issues:16

ritm_interactive_segmentation

Reviving Iterative Training with Mask Guidance for Interactive Segmentation

Language:PythonLicense:MITStargazers:614Issues:12Issues:34

Yolo_Label

GUI for marking bounded boxes of objects in images for training neural network YOLO

Language:C++License:MITStargazers:462Issues:8Issues:53

Line-Segment-Detection-Papers

Line segment detection papers

3-min-pytorch

<펭귄브로의 3분 딥러닝, 파이토치맛> 예제 코드

Language:Jupyter NotebookLicense:MITStargazers:207Issues:12Issues:15

car-damage-detector

Mask R-CNN Model to detect the area of damage on a car. The rationale for such a model is that it can be used by insurance companies for faster processing of claims if users can upload pics and they can assess damage from them. This model can also be used by lenders if they are underwriting a car loan especially for a used car.

Language:Jupyter NotebookLicense:NOASSERTIONStargazers:62Issues:5Issues:6

dag-gans

Data Augmentation optimized for GAN

Language:PythonLicense:MITStargazers:55Issues:3Issues:2

car-damage-detecting-MaskRCNN

Car damage detection using Mask Regional Convolution Neural Network

Language:PythonLicense:Apache-2.0Stargazers:17Issues:1Issues:2

pytorch-fid-wrapper

A simple wrapper around @mseitzer's great pytorch-fid work to compute Fréchet Inception Distance in-memory from batches of images, using PyTorch

Language:PythonLicense:Apache-2.0Stargazers:15Issues:3Issues:0

DCGAN-MNIST-pytorch

A DCGAN built on the MNIST dataset using pytorch