Yuga555's Stars
tsoding/minirent
A subset of dirent interface for Windows.
tesseract-ocr/tessdoc
Tesseract documentation
d2l-ai/d2l-en
Interactive deep learning book with multi-framework code, math, and discussions. Adopted at 500 universities from 70 countries including Stanford, MIT, Harvard, and Cambridge.
martibosch/detectree
Tree detection from aerial imagery in Python
RaffiBienz/arborizer
Tree species segmentation and classification algorithm for SwissimageRS 2018 (Swisstopo)
satellite-image-deep-learning/techniques
Techniques for deep learning with satellite & aerial imagery
Pointcept/Pointcept
Pointcept: a codebase for point cloud perception research. Latest works: PTv3 (CVPR'24 Oral), PPT (CVPR'24), OA-CNNs (CVPR'24), MSC (CVPR'23)
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
Hwang64/PSIS
Data Augmentation for Object Detection via Progressive and Selective Instance-Switching
kemaloksuz/ObjectDetectionImbalance
Lists the papers related to imbalance problems in object detection [TPAMI]
CompVis/stable-diffusion
A latent text-to-image diffusion model
TheAlgorithms/Python
All Algorithms implemented in Python
ultralytics/JSON2YOLO
Convert JSON annotations into YOLO format.
AUTOMATIC1111/stable-diffusion-webui
Stable Diffusion web UI
albumentations-team/albumentations
Fast and flexible image augmentation library. Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
CrazyVertigo/awesome-data-augmentation
This is a list of awesome methods about data augmentation.
gyupro/LabelMeToYoloSegmentation
Convert labelme format to yolo segmentation format
takemaru/graphillion
Fast, lightweight graphset operation library
WongKinYiu/yolov7
Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
aalavandhaann/go-icp_cython
Go-ICP for globally optimal 3D pointset registration
yangjiaolong/Go-ICP
Implementation of the Go-ICP algorithm for globally optimal 3D pointset registration
micasense/imageprocessing
MicaSense RedEdge and Altum image processing tutorials
murtiad/las2pcd
Convert .LAS point cloud to PCL-compatible .PCD format
codebydant/DBScan-PCL-Optimized
DBScan algorithm using Octrees to cluster 3D points in a space with PCL Library
deric/clustering-benchmark
bowbowbow/DBSCAN
c++ implementation of clustering by DBSCAN
buresu/DBSCAN
yzrobot/adaptive_clustering
[ROS package] Lightweight and Accurate Point Cloud Clustering
Hagen23/DBScan_Octrees
DBScan algorithm implemented using Octrees to cluster 3D points in a space.
james-yoo/DBSCAN
C++ implementation of DBSCAN clustering algorithm