Skip to content

orsveri/Seg-PyTorch-Dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seg-PyTorch-Dev

This repository contains simple baseline for segmentation projects.

Structure of the repository:

  • [additional]
    Some scripts and tools to prepare certain datasets
  • [models]
    Segmentation models and functions for them (checkpoint saving, exporting, ..)
    There will also be custom loss functions
  • [data]
    All for handling the data: pytorch datasets, samplers and functions for data processing
  • train.py
    Simple script for training

How to use

  1. Download dataset (works only with ADE20K for now) and run additional/ade20k_1csv_list.py, then additional/ade20k_2csv_sets.py. Don't forget to change parameters (paths) in these scripts!
  2. Train with train.py.

There are no scripts for inference yet :( I need some time...

Datasets

Notes and TODOs

  • download weights for torchvision models and organize their loading to models
  • reorganize train.py script - all input data and parameters should be taken from config file
  • test UNet model and add some other variations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages