pranjaldatta / PyVision

Ready-to-use implementations of some of the most common computer vision algorithms
BSD 3-Clause "New" or "Revised" License
31 stars 12 forks source link

Contributing U-Net #20

Closed ghostpress closed 3 years ago

ghostpress commented 4 years ago

From U-Net: Convolutional Networks for Biomedical Image Segmentation (Ronneberger et. al. 2015). Can be filed under Misc.

The networks are trained on the ISBI 2D EM segmentation challenge dataset.

pranjaldatta commented 4 years ago

@ghostpress Sorry for the delay but since we are talking about Image segmentation as a task, wouldn't it better to file it under a separate "segmentation" category under PyVision/pyvision/

ghostpress commented 4 years ago

Yes, I was actually thinking the same thing but I wasn't sure if I had to work with the organization already built. Will create a new category with my first commit!