gujiuxiang / MIL.pytorch

PyTorch implementation of Multiple-instance learning
117 stars 29 forks source link

Could you please upload the environment information, such as requirements.txt #16

Open HanielF opened 2 years ago

HanielF commented 2 years ago

Latest commit is 3 years ago, and the code relys on some packages such as urllib, cPickle, tensorflow, pytorch, cocoapi, whose version is incompatible with my environment.

I also find that the python version is 2.x, and now most of python projects are based on 3.x.

Many problems will be solved if you can upload a requirements.txt or something like this. Thanks.