Skip to content

novice03/mobiledet-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MobileDet Backbones

PyTorch implementation of MobileDet backbones introduced in MobileDets: Searching for Object Detection Architectures for Mobile Accelerators. Ross Wightman's timm library has been used for some helper functions and inspiration for syntax style. The following are the main blocks used in the tensorflow implementation and their corresponding blocks in the timm library:

Tensorflow timm
fused_conv EdgeResidual
inverterted_bottleneck InvertedResidual
inverted_bottleneck_no_expansion DepthwiseSeparableConv

tucker-conv package is used for tucker_conv

About

PyTorch Implementation of MobileDet (https://arxiv.org/abs/2004.14525v3) backbones.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages