sagieppel

Results 5 repositories owned by sagieppel

Classification of object in a specific image region using a convolutional neural net with ROI mask as input

This project contains code for a fully convolutional neural network (FCN) for semantic segmentation with a region of interest (ROI) map as an additional input (Figure 1). The net receives image and RO...

Fully convolutional neural network (FCN) for pixelwise annotation (semantic segmentation) of images implemented on python pytorch.

Train neural network for semantic segmentation (deep lab V3) with pytorch in less then 50 lines of code