linksense / LightNet

LightNet: Light-weight Networks for Semantic Image Segmentation (Cityscapes and Mapillary Vistas Dataset)
https://ansleliu.github.io/LightNet.html
MIT License
719 stars 175 forks source link

Upgrade cffi to CppExtension in pytorch 1.0 #24

Open lucasjinreal opened 5 years ago

lucasjinreal commented 5 years ago

Just for enchancement, this repo are helpful for build realtime segmentation applications, but now that Pytorch official has been depracted cffi, would that be a good idea to upgrade into CppExtenstion under modules cuda and cpp files?