The implementation of pytorch version
CYang0515 opened this issue · 6 comments
Recently, I work on a pytorch implementation of your paper. Some implementation results are shown as follows:
There is one straight line at close to the image boundary, and I do not konw why. In your experiments, is there the simiar problem? And can you give me some advices?
Another problem is that the pos_recon loss will decrease at the begining of training and gradually increase with a long training period.
It seems something wrong with the border superpixels. They seem to be not updating properly. Can you check if the neighborhood superpixels for border pixels are correct? You can also try experimenting with different superpixel initializations to debug the issue.
It would be great if you can share the pytorch implementation to the community once it is ready. Thanks.
@CYang0515 Hi, is the implementation ready ? It's useful in my current work. Thank you!
@CYang0515 Please let me be informed ASAP if the code is released.
@Zhaoyi-Yan The code has released in https://github.com/CYang0515/pytorch_ssn.git.
@CYang0515 Nice work, we are wondering whether have you address the mentioned issues.