Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 888 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 888 Bytes

DeepIsolation

Deep isolation using DeepLabv3++ Segmentation Model

Prior Research

Dataset I Used

Usage

1. Import ModelAPI

import DeepIsolation.API.Model as API

2. Get model

api = API(n_gpu=1)
model = api.getModel()

3. Use Model

model = model.to(device)
...