Pinned Repositories
ByteTrack_ncnn_Android
This is an android app about pedestrian identification and tracking, use ByteTrack
ERFNet_ncnn_Android
This is an android app about photo change background color, use ERFnet.
MobileNetv3-use-FCMAE
Using FCMAE method to train Mobilenetv3 networks
MobileUnet_ncnn_Android_human_segmentation
This is an android app about human segmentation, use MobileUnet.
ResNet_Image_Classification_PyTorch
This is a ResNet image classification training code
ResNet_ncnn_android
This is an android app about monkey image classification
YOLOv5-cls-TensorRT-Cplusplus
This is a TensorRTproject based on yolov5-cls, using C++
yolov5-tensorrt-python
不依赖于pytorch,只用tensorrt和numpy进行加速,在1080ti上测试达到了160fps
yolov5_TensorRT_C-
This is a C++ code about yolov5 TensorRT
yolov6_tensorrt_Cplusplus
This is a C++ code about yolov6 TensorRT
yaoyi30's Repositories
yaoyi30/ByteTrack_ncnn_Android
This is an android app about pedestrian identification and tracking, use ByteTrack
yaoyi30/yolov5-tensorrt-python
不依赖于pytorch,只用tensorrt和numpy进行加速,在1080ti上测试达到了160fps
yaoyi30/ResNet_Image_Classification_PyTorch
This is a ResNet image classification training code
yaoyi30/yolov5_TensorRT_C-
This is a C++ code about yolov5 TensorRT
yaoyi30/ResNet_ncnn_android
This is an android app about monkey image classification
yaoyi30/MobileUnet_ncnn_Android_human_segmentation
This is an android app about human segmentation, use MobileUnet.
yaoyi30/YOLOv5-cls-TensorRT-Cplusplus
This is a TensorRTproject based on yolov5-cls, using C++
yaoyi30/ERFNet_ncnn_Android
This is an android app about photo change background color, use ERFnet.
yaoyi30/yolov6_tensorrt_Cplusplus
This is a C++ code about yolov6 TensorRT
yaoyi30/MobileNetv3-use-FCMAE
Using FCMAE method to train Mobilenetv3 networks
yaoyi30/PyTorch_Image_Segmentation
基于PyTorch实现的图像分割网络训练代码
yaoyi30/yolov5-6.0-deepsort
yolov5 6.0版 + deepsort 实现行人检测和跟踪,双向流量统计,显示当前人数,画出行人轨迹
yaoyi30/PyTorch_Image_Classification
基于PyTorch实现的图像分类网络训练代码
yaoyi30/Pytorch_YOLOv1
基于PyTorch实现的YOLOv1目标检测算法