Pinned Repositories
-Baseline-
数据科学竞赛各种baseline代码、思路分享
A-Light-and-Fast-Face-Detector-for-Edge-Devices
A light and fast one class detection framework for edge devices. We provide face detector, head detector, pedestrian detector, vehicle detector......
abseil-cpp
Abseil Common Libraries (C++)
ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , psenet(8.5M) + crnn(6.3M) + anglenet(1.5M) 总模型仅17M
CodingInterviewChinese2
《剑指Offer》第二版源代码
CVPR2020-Code
CVPR 2020 论文开源项目合集
deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
edusense
EduSense: Practical Classroom Sensing at Scale
Ultra-Light-Fast-Generic-Face-Detector-1MB
💎 一款超轻量级通用人脸检测模型(模型文件大小仅1MB,320x240输入下计算量仅90MFlops)适用于边缘计算设备、移动端设备以及PC
j201111100523's Repositories
j201111100523/-Baseline-
数据科学竞赛各种baseline代码、思路分享
j201111100523/abseil-cpp
Abseil Common Libraries (C++)
j201111100523/ailia-models
The collection of pre-trained, state-of-the-art AI models for ailia SDK
j201111100523/chineseocr_lite
超轻量级中文ocr,支持竖排文字识别, 支持ncnn推理 , psenet(8.5M) + crnn(6.3M) + anglenet(1.5M) 总模型仅17M
j201111100523/CVPR2020-Code
CVPR 2020 论文开源项目合集
j201111100523/deepmind-research
This repository contains implementations and illustrative code to accompany DeepMind publications
j201111100523/edusense
EduSense: Practical Classroom Sensing at Scale
j201111100523/face_detect_recognize_ncnn
基于ncnn的人脸识别
j201111100523/facerecognize-for-mobile-phone
适用于移动端的人脸识别模型,计算量与mobilefacenet相同,但megaface上提升了2%+
j201111100523/first-order-model
This repository contains the source code for the paper First Order Motion Model for Image Animation
j201111100523/folly
An open-source C++ library developed and used at Facebook.
j201111100523/Forward
a library for high performance deep learning inference on NVIDIA GPUs.
j201111100523/google-images-download
Python Script to download hundreds of images from 'Google Images'. It is a ready-to-run code!
j201111100523/imbalanced-dataset-sampler
A (PyTorch) imbalanced dataset sampler for oversampling low frequent classes and undersampling high frequent ones.
j201111100523/jetson-inference
Hello AI World guide to deploying deep-learning inference networks and deep vision primitives with TensorRT and NVIDIA Jetson.
j201111100523/json-tutorial
从零开始的 JSON 库教程
j201111100523/libfacedetection.train
The training program for libfacedetection for face detection and 5-landmark detection.
j201111100523/nanodet_openvino
手把手教你OpenVINO下部署NanoDet模型,intel i7-7700HQ CPU实测6ms一帧
j201111100523/object-detection-anchors
Tips on how to find suitable object detection anchors
j201111100523/openvino_training_extensions
Trainable models and NN optimization tools
j201111100523/ppl.nn
A primitive library for neural network
j201111100523/pruning_yolov3
j201111100523/Reading-and-comprehense-linux-Kernel-network-protocol-stack
linux内核网络协议栈源码阅读分析注释--带详尽中文分析注释以及相关流程分析调用注释,对理解分析内核协议栈源码很有帮助
j201111100523/sd-fuse_rk3399
Create bootable SD card for NanoPC-T4/NanoPi M4/NanoPi NEO4
j201111100523/tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
j201111100523/Ultralight-SimplePose
Ultra-lightweight human body posture key point CNN model. ModelSize:2.3MB HUAWEI P40 NCNN benchmark: 6ms/img,
j201111100523/yalantinglibs
A collection of modern C++ libraries, include coro_rpc, struct_pack, struct_json, struct_xml, struct_pb, easylog, async_simple
j201111100523/yolo-face-with-landmark
yoloface大礼包 使用pytroch实现的基于yolov3的轻量级人脸检测(包含关键点)
j201111100523/Yolo-Fastest
:zap: Yolo universal target detection model combined with EfficientNet-lite, the calculation amount is only 230Mflops(0.23Bflops), and the model size is 1.3MB
j201111100523/yolov3-channel-and-layer-pruning
yolov3 channel and layer pruning