Tencent / tencent-ml-images

Largest multi-label image database; ResNet-101 model; 80.73% top-1 acc on ImageNet
Other
3.05k stars 514 forks source link

Suggestion: Add requirements.txt #42

Open merkylove opened 5 years ago

merkylove commented 5 years ago

Didn't find requirements.txt in the repository. I had to install the following dependencies to run example:

numpy==1.15.4 opencv==3.4.2 tensorflow-gpu==1.12.0

It should be more convenient to add dependencies explicitly to requirements file

wubaoyuan commented 5 years ago

@merkylove Appreciate for this suggestion :) We will update it.