alexlee-gk / lpips-tensorflow

Tensorflow port for the Learned Perceptual Image Patch Similarity (LPIPS) metric.
BSD 2-Clause "Simplified" License
130 stars 30 forks source link

Extract Feature of Image #10

Open jiangguisyp opened 4 years ago

jiangguisyp commented 4 years ago

this version inputs 2 images to network and outputs the distance, how we can input 1 image and output the feature? the latter is much more efficient in some situation.