Skip to content

LeonardoTredese/BiseNetv1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MLDL 2022

Project: Domain adaptation in real-time semantic segmentation

Backbone model: BiseNet

Model complexity

It is possible to print MACs, FLOPs and number of parameters of a model in this repository by using this script:

!pip install thop
!python complexity.py

An example with some parameters:

!python complexity.py --model "bisenet" --input_channels 3 --context_path "resnet18"

About

Code for BiseNetV1

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.6%
  • Shell 2.4%