yeezhu / SPN.pytorch

PyTorch implementation of "Soft Proposal Networks for Weakly Supervised Object Localization", ICCV 2017.
http://yzhu.work/spn.html
MIT License
211 stars 37 forks source link

Convert to c++ extension? #28

Open RussWolfinger opened 5 years ago

RussWolfinger commented 5 years ago

Hi @yeezhu, Thanks very much for the nice research and implementation. Looks like pytorch has deprecated support for c extensions: https://gitlab.com/elynn/pytorch/commit/15d28e400f71c50848b760ca188ebc885ee433d8 . Would like to request conversion to c++ so this will run with pytorch 0.4.1. Much obliged.