Pinned Repositories
2019-year
2019年的上半年部分python代码
2020-IKCEST
commit all files
easy-rl
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
gym-unrealcv
Unreal environments for reinforcement learning
Industry-Keypoint-Detection
基于自己标注的工业图像的关键点检测,每张图片标注了4个关键点,采用的U-net网络
KeyPoint-Detection
关键点检测的模型,包括直接使用关键点坐标作为返回值、使用heatmap作为返回值的两种模型
Lens-Distortion-Correction
超大图片(4000×3000像素)的畸变矫正,python+OpenCV实现
practice
个人练习
Reinforcement_Learning
Star-Image-Classification
通过使用百度开源的深度学习开发工具paddlehub配置的图像分类神经网络,来识别《青春有你2》中第一轮排名前五的五位选手。
ExileSaber's Repositories
ExileSaber/KeyPoint-Detection
关键点检测的模型,包括直接使用关键点坐标作为返回值、使用heatmap作为返回值的两种模型
ExileSaber/Industry-Keypoint-Detection
基于自己标注的工业图像的关键点检测,每张图片标注了4个关键点,采用的U-net网络
ExileSaber/Lens-Distortion-Correction
超大图片(4000×3000像素)的畸变矫正,python+OpenCV实现
ExileSaber/Star-Image-Classification
通过使用百度开源的深度学习开发工具paddlehub配置的图像分类神经网络,来识别《青春有你2》中第一轮排名前五的五位选手。
ExileSaber/practice
个人练习
ExileSaber/2019-year
2019年的上半年部分python代码
ExileSaber/2020-IKCEST
commit all files
ExileSaber/easy-rl
强化学习中文教程(蘑菇书),在线阅读地址:https://datawhalechina.github.io/easy-rl/
ExileSaber/gym-unrealcv
Unreal environments for reinforcement learning
ExileSaber/Internship-training
ExileSaber/Paddle-Lite
Multi-platform high performance deep learning inference engine (『飞桨』多平台高性能深度学习预测引擎)
ExileSaber/Reinforcement_Learning
ExileSaber/the-exile
general practice program
ExileSaber/-
ExileSaber/AI-Insects-Challenge
AI识虫练习赛第二名代码分享
ExileSaber/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
ExileSaber/Competition_Olympics-Curling
ExileSaber/lab_env
A customisable 3D platform for agent-based AI research
ExileSaber/MNIST-practice
MNIST的练习,尝试tensorflow、pytorch、paddlepaddle框架
ExileSaber/Multi-Agent-Reinforcement-Learning-Environment
Hello, I pushed some python environments for Multi Agent Reinforcement Learning.
ExileSaber/PaddleDetection
Object detection and instance segmentation toolkit based on PaddlePaddle.
ExileSaber/PaddleHub
Toolkit For Pre-Trained Model Application of PaddlePaddle(『飞桨』预训练模型应用工具 )
ExileSaber/PaddleOCR
基于飞桨的OCR工具库,包含总模型仅8.6M的超轻量级中文OCR,单模型支持中英文数字组合识别、竖排文本识别、长文本识别。同时支持多种文本检测、文本识别的训练算法。
ExileSaber/python-
Some interesting program by myself
ExileSaber/python-operate-Mongodb
用python操作MongoDB数据库常用操作,包括数据插入、删除、排序、偏移、更新、查询、计数
ExileSaber/quant-trading
Python quantitative trading strategies including VIX Calculator, Pattern Recognition, Commodity Trading Advisor, Monte Carlo, Options Straddle, London Breakout, Heikin-Ashi, Pair Trading, RSI, Bollinger Bands, Parabolic SAR, Dual Thrust, Awesome, MACD
ExileSaber/Quantify-Investments
一些量化投资的策略和函数,逐步完善中
ExileSaber/Reinforcement-Implementation
Implementation of benchmark RL algorithms
ExileSaber/rllab
rllab is a framework for developing and evaluating reinforcement learning algorithms, fully compatible with OpenAI Gym.
ExileSaber/sac
Soft Actor-Critic