faustomilletari / VNet

GNU General Public License v3.0
284 stars 123 forks source link

How to train VNet using patches of smaller size ? #54

Open keepersecond opened 6 years ago

keepersecond commented 6 years ago

Hello, I implement VNet using keras to segment cells, and trained this net using 646464 patches. But I found this trained net didn't work on patches of larger size in test. Should I crop the training data and testing data to same size ?