Even

Results 13 repositories owned by Even
trafficstars

RepNet-MDNet-VehicleReID

241
Stars
59
Forks
Watchers

Implementing RepNet(a two-stream multitask learning network) to do vehicle Re-identification, vehicle search(or vehicle match) with PyTorch 可用于车辆细粒度识别,车辆再识别,车辆匹配,车辆检索,RepNe...

FaceRecognition

123
Stars
38
Forks
Watchers

Face recognition using triplet loss, implementing FaceNet with pytorch.人脸识别项目,提供一个小型数据集用作验证,使用三元组损失函数(Triplet loss)提升准确率和泛化能力,对FaceNet进行了一种实现。

FairMOTVehicle

177
Stars
39
Forks
Watchers

A fork of FairMOT used to do vehicle MOT.用于跟踪车辆的多目标跟踪, 自定义数据进行单类别多目标实时跟踪

MCMOT

383
Stars
82
Forks
Watchers

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID

DenseBox

94
Stars
29
Forks
Watchers

Implemention of Baidu's DenseBox used for multi-task learning of object detection and landmark(key-point) localization 用PyTorch实现了百度的DenseBox并针对任意宽高比矩形(不仅限于方形)的目标检测做了优...

Depthmap-refinement-upsampling-

16
Stars
5
Forks
Watchers

Implemention of paper "Spatial-Depth Super Resolution for Range Images" with python

MCMOT-ByteTrack

102
Stars
11
Forks
Watchers

使用YOLO_v3_tiny和B-CNN实现街头车辆的检测和车辆属性的多标签识别 Using yolo_v3_tiny to do vehicle or car detection and attribute's multilabel classification or recognize

VideoCaption

159
Stars
52
Forks
Watchers

视频的文本摘要(标注),输入一段视频,通过深度学习网络和人工智能程序识别视频主要表达的意思(Input a video output a txt decribing the video)。