Skip to content

Providing a pipeline for training a segmentation model with different architectures

Notifications You must be signed in to change notification settings

sartaj0/PytorchSegmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PytorchSegmentation

Dependency

  • pytorch 1.8.1, CUDA 10.2
    pip3 install torch==1.8.1+cu102 torchvision==0.9.1+cu102
  • Requirements: Pillow, opencv-python, tqdm, matplotlib
    pip3 install Pillow opencv-python tqdm matplotlib

Onnx Model

From here you can download onnx converted model and use this file for inferencing with opencv.

Output Example

Image Prediction Mask Output

About

Providing a pipeline for training a segmentation model with different architectures

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages