Compute-Features
Compute-Features copied to clipboard
Computes features for images using various pretrained Tensorflow models
Results
1
Compute-Features issues
Sort by
recently updated
recently updated
newest added
# load resnet_v2_152 model You didn't provide code about loading resnet_v2_152 model in compute_features.py # print feature The line 25 `exit()` should be indent, otherwise it will iterate just once.