lfz / DSB2017

The solution of team 'grt123' in DSB2017
MIT License
1.23k stars 420 forks source link

Is the whole model a end-to-end model? #77

Open mabihuan opened 6 years ago

mabihuan commented 6 years ago

Is the whole model a end-to-end model? just because limited the memory of GPU,you train the model don't end-to-end?

lfz commented 6 years ago

it is not a pure end-to-end model:

the preprocessing is not end-to-end

the detector must be trained at the first step

the classifier used the crop info provided by detector, which is stored before starting training