uavis / mlproj

Repo for CMPUT551 course project
GNU General Public License v2.0
1 stars 1 forks source link

Change the way we extract patches for lesions #19

Closed vincentzhang closed 9 years ago

vincentzhang commented 9 years ago

We used to extract random patches but the problem is that we may miss all the lesions since it's sparse. We need to change it so that it keeps all lesions.

vincentzhang commented 9 years ago

@sepidehhosseinzadeh has merged it to master