Pinned Repositories
ai-edu
AI education materials for Chinese students, teachers and IT professionals.
Algorithm
cherno
CIKM-Cup-2017
CIKM AnalytiCup 2017: Short-Term Precipitation Forecasting Based on Radar Reflectivity Images
CIKM_AnalytiCup_2017
CIKM AnalytiCup 2017 is an open competition that is sponsored by Shenzhen Meteorological Bureau, Alibaba Group and CIKM2017. Our team got the third place in the first phrase. And in the second phrase we got the fourth place.
CloudMovementPrediction
Predict movement of clouds using given satellite images
CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
DGAM-Weakly-Supervised-Action-Localization
Code for our paper "Weakly-Supervised Action Localization by Generative Attention Modeling" (CVPR2020)
Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
LeetCode
for leetcode
puffyq's Repositories
puffyq/Algorithm
puffyq/LeetCode
for leetcode
puffyq/ai-edu
AI education materials for Chinese students, teachers and IT professionals.
puffyq/cherno
puffyq/CloudMovementPrediction
Predict movement of clouds using given satellite images
puffyq/CS-Books
🔥🔥超过1000本的计算机经典书籍、个人笔记资料以及本人在各平台发表文章中所涉及的资源等。书籍资源包括C/C++、Java、Python、Go语言、数据结构与算法、操作系统、后端架构、计算机系统知识、数据库、计算机网络、设计模式、前端、汇编以及校招社招各种面经~
puffyq/DGAM-Weakly-Supervised-Action-Localization
Code for our paper "Weakly-Supervised Action Localization by Generative Attention Modeling" (CVPR2020)
puffyq/Dive-into-DL-PyTorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
puffyq/EfficientUnet
Keras Implementation of Unet with EfficientNet as encoder
puffyq/Eyes
puffyq/fire-detection-cnn
real-time fire detection in video imagery using a convolutional neural network (deep learning) - from our ICIP 2018 paper (Dunnings / Breckon) + ICMLA 2019 paper (Samarth / Bhowmik / Breckon)
puffyq/GAAS
Generalized Aviation: Open source autonomous aviation software platform, designed for fully autonomous drones and flying cars.
puffyq/image-captioning
Implementation of 'X-Linear Attention Networks for Image Captioning' [CVPR 2020]
puffyq/mAP
mean Average Precision - This code evaluates the performance of your neural net for object recognition.
puffyq/MaskFlownet
[CVPR 2020] MaskFlownet: Asymmetric Feature Matching with Learnable Occlusion Mask
puffyq/meteoai
The papers or tutorials and relative source code of artificial intelligence for meteorology, ocean and environment science.
puffyq/models
Models and examples built with TensorFlow
puffyq/Precipitation-Nowcasting
pytorch implemention of trajGRU.
puffyq/pseudo-3d-pytorch
pytorch version of pseudo-3d-residual-networks(P-3D), pretrained model is supported
puffyq/PythonSIFT
A clean and concise Python implementation of SIFT (Scale-Invariant Feature Transform)
puffyq/qgis-earthengine-examples
A collection of 300+ Python examples for using Google Earth Engine in QGIS
puffyq/RViDeNet
Supervised Raw Video Denoising with a Benchmark Dataset on Dynamic Scenes. CVPR 2020
puffyq/Satelight-Image-Semantic-Segmentation-Unet-Tensorflow-keras
Collection of different Unet Variant suchas VggUnet, ResUnet, DenseUnet, Unet. AttUnet, MobileNetUnet, NestedUNet, R2AttUNet, R2UNet, SEUnet, scSEUnet, Unet_Xception_ResNetBlock
puffyq/SiamCAR
SiamCAR: Siamese Fully Convolutional Classification and Regression for Visual Tracking (CVPR 2020, Oral)
puffyq/SlowFast
PySlowFast: video understanding codebase from FAIR for reproducing state-of-the-art video models.
puffyq/system_architect
:100:高质量的系统架构设计师(软考高级)备考资源库。
puffyq/TSD
1st place models in Google OpenImage Detection Challenge 2019
puffyq/typhoon-baseline
A Baseline of Typhoon Prediction
puffyq/UNetPlusPlus
Official Keras Implementation for UNet++ in IEEE Transactions on Medical Imaging and DLMIA 2018
puffyq/yolov4-keras
这是一个YoloV4-keras的源码,可以用于训练自己的模型。