jyhjinghwang / SegSort

SegSort: Segmentation by Discriminative Sorting of Segments
https://jyhjinghwang.github.io/projects/segsort.html
MIT License
158 stars 24 forks source link

is there a pytorch implementation? #2

Closed a13668349935 closed 4 years ago

jyhjinghwang commented 4 years ago

Hi, Thanks for your interest in our work!

Unfortunately, our Pytorch reimplementation is not ready to release. From our experience, it should be relatively easy to do it by changing the functions of "tf" to "torch" in the SegSort module and planting it on top of an existing PyTorch segmentation codebase.

Hope this helps. Let me know if you have further questions; otherwise I'll close this issue for now.

Best, Jyh-Jing