tomrunia / TF_FeatureExtraction

Convenient wrapper for TensorFlow feature extraction from pre-trained models using tf.contrib.slim
180 stars 61 forks source link

100000 images limitation #11

Open OmarSeddati opened 6 years ago

OmarSeddati commented 6 years ago

Hello,

I wanted to know why there is 100000 limitation : https://github.com/tomrunia/TF_FeatureExtraction/blob/master/feature_extractor/feature_extractor.py#L72 ?

Thx

dkozlov commented 6 years ago

Because of https://github.com/tomrunia/TF_FeatureExtraction/blob/master/feature_extractor/feature_extractor.py#L72