kmaninis / COB

Convolutional Oriented Boundaries
http://www.vision.ee.ethz.ch/~cvlsegmentation/cob/
Other
195 stars 59 forks source link

Started a pytorch port. Infos on training procedure #17

Open lejeunel opened 4 years ago

lejeunel commented 4 years ago

I am currently trying to reproduce the method on pyTorch. See here: cobnet FYI, a code (with python bindings) for the computation of the hierarchical merge tree is available in the higra package

I would therefore appreciate a more formal description of the training procedure as the paper is rather unclear on that matter. From my understanding it goes like this.

phase 1:

phase 2:

Thanks a lot in advance for your help. Also, any help on the porting would be appreciated.