Neleon's Stars
nv-tlabs/lift-splat-shoot
Lift, Splat, Shoot: Encoding Images from Arbitrary Camera Rigs by Implicitly Unprojecting to 3D (ECCV 2020)
gabime/spdlog
Fast C++ logging library.
doocs/md
✍ WeChat Markdown Editor | 一款高度简洁的微信 Markdown 编辑器:支持 Markdown 语法、色盘取色、多图上传、一键下载文档、自定义 CSS 样式、一键重置等特性
PlexPt/awesome-chatgpt-prompts-zh
ChatGPT 中文调教指南。各种场景使用指南。学习怎么让它听你的话。
XWHQSJ/ebooks
A repository for ebooks, including C, C plus plus, Linux Kernel, Compiler, OS, Algorithm, Security, Database, Network, ML and DL
rangaeeeee/books-raspberrypimagazines
torvalds/linux
Linux kernel source tree
martinkersner/gtop
CPU, GPU and memory viewer utilizing information provided by tegrastats
rbonghi/jetson_stats
📊 Simple package for monitoring and control your NVIDIA Jetson [Orin, Xavier, Nano, TX] series
tensorflow/tensorflow
An Open Source Machine Learning Framework for Everyone
ceph/ceph
Ceph is a distributed object, block, and file storage platform
ninja-build/ninja
a small build system with a focus on speed
DefTruth/lite.ai.toolkit
🛠 A lite C++ toolkit of awesome AI models, support ONNXRuntime, MNN, TNN, NCNN and TensorRT.
Tencent/TNN
TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.
halide/Halide
a language for fast, portable data-parallel computation
Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB
💎1MB lightweight face detection model (1MB轻量级人脸检测模型)
openalpr/openalpr
Automatic License Plate Recognition library
ShiqiYu/libfacedetection
An open source library for face detection in images. The face detection speed can reach 1000FPS.
pybind/pybind11
Seamless operability between C++11 and Python
catchorg/Catch2
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Tencent/ncnn
ncnn is a high-performance neural network inference framework optimized for the mobile platform
alibaba/MNN
MNN is a blazing fast, lightweight deep learning framework, battle-tested by business-critical use cases in Alibaba
wuye9036/CppTemplateTutorial
中文的C++ Template的教学指南。与知名书籍C++ Templates不同,该系列教程将C++ Templates作为一门图灵完备的语言来讲授,以求帮助读者对Meta-Programming融会贯通。(正在施工中)
USTC-Resource/USTC-Course
:heart:**科学技术大学课程资源
ApolloAuto/apollo
An open autonomous driving platform
opencv/opencv
Open Source Computer Vision Library
sogou/workflow
C++ Parallel Computing and Asynchronous Networking Framework
haoel/leetcode
LeetCode Problems' Solutions
changkun/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
TheAlgorithms/C-Plus-Plus
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.