HybridNets: End-to-End Perception Network
Python scripts for performing road segemtnation and car detection using the HybridNets multitask model in ONNX.
使用OpenCV部署HybridNets,同时处理车辆检测、可驾驶区域分割、车道线分割,三项视觉感知任务,包含C++和Python两种版本的程序实现。本套程序只依赖opencv库就可以运行, 彻底摆脱对任何深度学习框架的依赖。
An Efficient Model for Fusion of Target Detection and Image Segmentation --HybridNets
HybridNet: Classification and Reconstruction Cooperation for Semi-Supervised Learning(shackshack-ResNet)
在HybridNets基础上加上了DeepSort跟踪模块
HybridNet:ldr2hdr via CNNs, detail in paper 《HybridNet: Learing to Reconstruct HDR Image from a Single LDR Image via Deep HDR Hybrid Network》,MergeNet: Single High Dynamic Range Image Reconstruction M...
Pytorch Implementation of HybridNet: Classification and Reconstruction Cooperation for Semi-Supervised Learning (https://arxiv.org/abs/1807.11407)