Gio99c / BiseNetv1

Code for BiseNetV1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLDL 2022 Course

BiseNet

Starting code for the student belonging to the project "Real-time domain adaptation in semantic segmentation"
BiSeNet based on pytorch 0.4.1 and python 3.6

Train

from google.colab import drive
drive.mount('/content/drive')

%cd /content/drive/MyDrive/BiSeNet
!pip install tensorboardX
!python train.py

About

Code for BiseNetV1


Languages

Language:Python 100.0%