akshaysharma096 / Siamese-Networks

Few Shot Learning by Siamese Networks, using Keras.
MIT License
190 stars 82 forks source link

can't import inception_blockv2 and fr_utils #2

Closed ravi02512 closed 4 years ago

ravi02512 commented 4 years ago

getting error no matching distribution found with pip.

njs89 commented 4 years ago

@ravi02512 just delete those two import lines. I managed to run the thing without it, after I encountered the same problem.

ravi02512 commented 4 years ago

download Inception_blockv2 from https://github.com/JudasDie/deeplearning.ai/blob/master/Convolutional%20Neural%20Networks/week4/FaceNet/inception_blocks_v2.py

fr_utils from https://github.com/JudasDie/deeplearning.ai/blob/master/Convolutional%20Neural%20Networks/week4/FaceNet/fr_utils.py

and put these scripts in repo folder that will work for sure