Pinned Repositories
-
Resources about time series forecasting and deep learning.
ai-for-grant-writing
A curated list of resources for using LLMs to develop more competitive grant applications.
AI-Scientist
The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery 🧑🔬
AmericaOpposeAmerica
《美国反对美国》是王沪宁先生在上世纪80年代末赴美观察写作的。我们知道在那个年代**对西方特别是美国的追捧有多高,所以突然看到一个学者在80年代就有如此清楚的认识,十分钦佩。由于网上只有效果很差的PDF扫描版,所以我想利用OCR技术和肉眼(人体OCR)来转成现代化的文本格式。目前已经全部完成。
Angular-Penalty-Softmax-Losses-Pytorch
Angular penalty loss functions in Pytorch (ArcFace, SphereFace, Additive Margin, CosFace)
Computer-Vision-Synthetic-Data-Generation
Synthetic data-set generator for Object Detection and Instance Segmentation
External-Attention-pytorch
🍀 Pytorch implementation of various Attention Mechanisms, MLP, Re-parameter, Convolution, which is helpful to further understand papers.⭐⭐⭐
ImageProcessing-Python
该资源为作者在CSDN的撰写Python图像处理文章的支撑,主要是Python实现图像处理、图像识别、图像分类等算法代码实现,希望该资源对您有所帮助,一起加油。
learn-regex
Learn regex the easy way
ResNest
wrqf's Repositories
wrqf/ResNest
wrqf/augmented-maskrcnn
Object detection and instance segmentation on MaskRCNN with torchvision, albumentations, tensorboard and cocoapi. Supports custom coco datasets with positive/negative samples.
wrqf/Automatic-labeling-of-instance-segmentation-Mask-Rcnn-in-static-background-base-on-labelme
静态背景下实例分割数据集自动标注工具,基于Labelme改进。可以自动生成labelme格式的json文件。(注意:本程序只适用于大量图片基于静态背景)原理是:背景减除后得到高质量的二值图,计算连通域外轮廓坐标,再将信息写入json文件。
wrqf/AutomaticWeightedLoss
Multi-task learning using uncertainty to weigh losses for scene geometry and semantics, Auxiliary Tasks in Multi-task Learning
wrqf/CCNet_PyTorch
Implementation of CCNet: Criss-Cross Attention for Semantic Segmentation
wrqf/cityscapes2coco
some Python scripts can be used to convert the cityscapes dataset to the annotation style of coco dataset for instance segmentation task
wrqf/CreatingSyntheticSmokeVideos
For early fire detection, smoke must be detect first. This project create smoke videos to feed deep laerning dataset
wrqf/DataAugmentationForObjectDetection
Data Augmentation For Object Detection
wrqf/hmily
wrqf/Instaboost
Code for ICCV2019 paper "InstaBoost: Boosting Instance Segmentation Via Probability Map Guided Copy-Pasting"
wrqf/Labelme
automatic tagging data, the training data prepare for mask-rcnn
wrqf/Mask-generator
Various functions to generate masks for images and replace the background of images with some other image of your choosing
wrqf/pumpkin-book
《机器学习》(西瓜书)公式推导解析,在线阅读地址:https://datawhalechina.github.io/pumpkin-book
wrqf/SciencePlots
Matplotlib styles for scientific plotting
wrqf/Synthetic-Image-Datasets
Create simple synthetic image datasets with Image Composition
wrqf/Yolact_fcos
YOLACT: Real-time Instance Segmentation on the FCOS detector (without bbox cropping), achives 35.2mAP on coco val