fast_io是用C++20概念来实现的I/O库,用于取代iostream和stdio.h,比流和stdio.h至少快10倍。
TensorFlow implementation of GoogLeNet and Inception for image classification.
tensorflow2.0 build simple Resnet18 to solve cifar-10
cifar10数据集上进行图片分类,基于tensorflow框架,旨在探究不同的改进策略对分类准确率的影响,如何一步步得提高准确率
Detect faces in the image and crop the faces / 使用 Dlib 进行人脸检测然后将人脸裁剪下来
An re-implementation for Siamese-RPN with Tensorflow
ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
把ORB_SLAM2_PointCloud编译成库以后,配合这个ROS节点使用的代码,详细的使用说明和教程请参见博客 https://blog.csdn.net/crp997576280/article/details/88899163