Pinned Repositories
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
360ImagePyramidProjection
Facebook Pyramid Projection of 360 Image/Video
3D-Machine-Learning
A resource repository for 3D machine learning
3D-RecGAN-extended
3D-RecGAN++ in Tensorflow (preprint arXiv:1802.00411)
3d-tiles
Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
3D_Street_View
The repo of Street View Image, Pose, and 3D Cities Dataset. Used in "Generic 3D Representation via Pose Estimation and Matching", ECCV16
age-gender-estimation
Keras implementation of a CNN network for age and gender estimation
AICamera-Style-Transfer
Neural Style Transfer with Caffe2 on your Android phone
AirSim
Open source simulator based on Unreal Engine for autonomous vehicles from Microsoft AI & Research
Algorithms_CPP
Data Structures and Algorithms in C++
nidetaoge's Repositories
nidetaoge/3d-tiles
Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
nidetaoge/ARKit-Unity3D
Access ARKit features like world-tracking, live video rendering, plane estimation and updates, hit-testing API, ambient light estimation, and raw point cloud data.
nidetaoge/awesome-automl-papers
A curated list of automated machine learning papers, articles, tutorials, slides and projects
nidetaoge/awesome-deep-learning-music
List of articles related to deep learning applied to music
nidetaoge/awesome-embedded-ai
Curated list of awesome AI resources about embedded and mobile devices
nidetaoge/awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
nidetaoge/bgslibrary
A background subtraction library
nidetaoge/cityscapesScripts
README and scripts for the Cityscapes Dataset
nidetaoge/daily-paper-computer-vision
记录每天整理的计算机视觉/深度学习/机器学习相关方向的论文
nidetaoge/Deep-Image-Matting
This is tensorflow implementation for paper "Deep Image Matting"
nidetaoge/DeepGamingAI_FIFARL
Using Reinforcement Learning to play FIFA
nidetaoge/deepmedic
Efficient Multi-Scale 3D Convolutional Neural Network for Brain Lesion Segmentation
nidetaoge/Facial-Expression-Recognition.Pytorch
A CNN based pytorch implementation on facial expression recognition (FER2013 and CK+), achieving 73.112% (state-of-the-art) in FER2013 and 94.64% in CK+ dataset
nidetaoge/G2D
Collect video sequence with it's 6D pose set from Grand Theft Auto V
nidetaoge/Game-Programmer-Study-Notes
:anchor: 我的游戏程序员生涯的读书笔记合辑。你可以把它看作一个加强版的Blog。涉及图形学、实时渲染、编程实践、GPU编程、设计模式、软件工程等内容。Keep Reading , Keep Writing , Keep Coding.
nidetaoge/graphics
TensorFlow Graphics: Differentiable Graphics Layers for TensorFlow
nidetaoge/hdr-plus
HDR+ Implementation
nidetaoge/imgaug
Image augmentation for machine learning experiments.
nidetaoge/Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记
nidetaoge/ivideo
一个可以观看国内主流视频平台所有视频的客户端(Mac、Windows、Linux) A client that can watch video of domestic(China) mainstream video platform
nidetaoge/lanenet-lane-detection
Implemention of lanenet model for real time lane detection using deep neural network model
nidetaoge/License-Plate-Detect-Recognition-via-Deep-Neural-Networks-accuracy-up-to-99.9
works in real-time with detection and recognition accuracy up to 99.8% for Chinese license plates: 100 ms/plate
nidetaoge/master_thesis_code
Code for my master thesis: Vehicle Detection and Pose Estimation for Autonomous Driving
nidetaoge/nniefacelib
nniefacelib是一个在海思35xx系列芯片上运行的人脸算法库
nidetaoge/OpenSfM
Open source Structure from Motion pipeline
nidetaoge/ORB_SLAM3
ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
nidetaoge/Recent_SLAM_Research
跟踪SLAM前沿动态【周更】
nidetaoge/siamese-triplet
Siamese and triplet networks with online pair/triplet mining in PyTorch
nidetaoge/stylit
Stylit algorithm for example-base stylization
nidetaoge/tensorflow-GANs
各类GAN综合在一起,借鉴了hwalsuklee大神的