计算机视觉
目标检测
基于YOLOv4的目标跟踪
采用离散卡尔曼滤波器解决遮挡或非检测问题
源码: https://github.com/pattylo/Autonomous-Object-Tracking-UAV-System
Scaled-YOLOv4 :YOLOv4-large在COCO上最高可达55.8 AP!YOLOv4-tiny的模型实现了1774 FPS!
论文: https://arxiv.org/abs/2011.08036
代码: https://github.com/WongKinYiu/ScaledYOLOv4
yoloV4 + 3D目标检测及跟踪
视频:https://youtu.be/8kPY1fQhZtk
相关论文:待发布
yolov5+火焰检测
火焰检测数据集: https://github.com/OlafenwaMoses/FireNET/releases/download/v1.0/fire-dataset.zip
数据集格式转换代码: https://github.com/ai-coodinator/xml_to_textYolo
样例:
人脸AI处理
风格肖像画
AgileGAN:一个可以通过 inversion-consistent 迁移学习生成高质量风格化肖像的框架。引入了一种新的分层变分自编码器,还提出属性感知生成器。在创建高质量和高分辨率(1024×1024)肖像风格化方面提供了更大的灵活性,只需要有限数量的风格样本(100)和较短的训练时间(1小时)。
源码: https://guoxiansong.github.io/homepage/agilegan.html
在线demo: http://www.agilegan.com/
无人驾驶
源码及数据集: https://github.com/valeoai/WoodScape
运动分割
2D目标检测
语义分割
简介: 将Transformer与MLP解码器结合,性能优于SETR等
参考论文: https://arxiv.org/abs/2105.15203
代码: https://github.com/NVlabs/SegFormer