Git Product home page Git Product logo

research-papers's Introduction

research-papers's People

Contributors

tessferrandez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

research-papers's Issues

I having problem with progressbar

ImportError Traceback (most recent call last)
in ()
----> 1 from progressbar import ProgressBar
2
3 num_images = metadata.shape[0]
4 progress = ProgressBar(num_images)
5 progress.start()

ImportError: No module named progressbar

Could you help me?

Can't test with LFW full dataset

Hi Tess,
Iam trying to run FaceNet.ipynb with LFW dataset..
But when Iam using full LFW dataset or more than 299 persons, In progressbar section I meet error:

`12 img = align_image(img)
13 # scale RGB values to interval [0,1]
---> 14 img = (img / 255.).astype(np.float32)
15 # obtain embedding vector for image
16 embedded[i] = nn4_small2_pretrained.predict(np.expand_dims(img, axis=0))[0]

TypeError: unsupported operand type(s) for /: 'NoneType' and 'float'
`
When Iam trying with less dataset it works properly.
How I can solve this, can you give me any suggestions?

models/landmarks.dat not found ,where can i find it


RuntimeError Traceback (most recent call last)
in
14
15 # Initialize the OpenFace face alignment utility
---> 16 alignment = AlignDlib('models/landmarks.dat')
17
18 def show_original_and_aligned(img_index):

~\Downloads\research-papers-master\facenet\align.py in init(self, facePredictor)
87
88 self.detector = dlib.get_frontal_face_detector()
---> 89 self.predictor = dlib.shape_predictor(facePredictor)
90
91 def getAllFaceBoundingBoxes(self, rgbImg):

RuntimeError: Unable to open models/landmarks.dat

How to model this repository so that this network can make prediction dynamically

@TessFerrandez Hi, Hope u are fine and doing your's best. I have watch your discussion with Tim Scarfe on youtube at this youtube Link
Finally i decide to implement it in a following scenario: Suppose I have database which is currently empty and i give the different image face images and pre-trained Face-net convert the image in to vector embedding and save it in a sorted manner under User-1 and vice versa, Finally at testing time it gives matching result, if that face belong to data entity residing in database.
How the current scenario will be well fitted against this repo? kindly reply
Best Regards
Sharose

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.