Skip to content

forevergogi/car_segment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A car segment task implemented based on the DeepLab v3 plus

Introduction

The segment approach is based on the DeepLab v3 plus method, the original code implemented by pytorch can be found here.And the dataset used in this project is from the Kaggle Carvana Image Masking Challenge, the link is here.

Requirements

Python(3.6) and Pytorch(0.4.1) is necessary before running the scripts. To install the required python packages(expect PyTorch), run

pip install -r requirements.txt

About

A trial of car segment task using DeepLab v3 plus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages