durandtibo / wildcat.pytorch

PyTorch implementation of "WILDCAT: Weakly Supervised Learning of Deep ConvNets for Image Classification, Pointwise Localization and Segmentation", CVPR 2017
MIT License
267 stars 61 forks source link

About Learning a Deep ConvNet for Multi-label Classification with Partial Label. #13

Open wang-one-two opened 3 years ago

wang-one-two commented 3 years ago

Hello, sorry for submitting an issue here. I read this paper recently, and be interested in the topic. I want to experiment it for: 1) analysis whether the GNN is still useful when the number of classes is small 2) think and try how to apply on object detection tasks.

But, I couldn't find source code on your github. Could you release the PyTorch code of GNN and Never Ending Leaning parts?

Thanks.

coldmanck commented 3 years ago

Would like to know if there's source code available too!