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

No code in _init_.py #4

Open milumilule2 opened 6 years ago

milumilule2 commented 6 years ago

Thank you for your implementation. I find there is no code in init.py, is there anything wrong?

Eli-Goldberg commented 1 year ago

That's just a Python thing :) You need that file in order to import files from this directory as a python module