Giter VIP home page Giter VIP logo

facial-recognition's Introduction

Hi, I'm Min. ๐Ÿ‘‹

facial-recognition's People

Contributors

minhyukpark avatar tjegbejimba avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

facial-recognition's Issues

Matvec multiply incorrect result

Expected behaivor

Matvec multiply should give the correct answer

Actual behavior

Matvec multiply gives incorrect answer

Steps to reproduce the behavior

call Matvec multiply on a matrix and a vector

(Potential Fixes or links to pull requests that address this issue)

using vec->data as opposed to vec that is then passed into the dot_product

Unable to set breakpoints in gdb

Expected behaivor

Be able to use break points in gdb to go line by line through code

Actual behavior

Error "linalg.c: No such file or directory"

Steps to reproduce the behavior

  1. make debug
  2. gdb ./facerec-debug
  3. b linalg.c:(linenumber)
  4. r

(Potential Fixes or links to pull requests that address this issue)

Multi-leveled compilation in MakeFile

Unintended behavior for compute_average()

Expected behaivor

compute_average should only compute average, taking in the vector of
images as its parameters along with the dimensions of each image

compute_average(vector* images, size_t width, size_t height);

Actual behavior

Currently the compute_average function creates a dummy data of some sort.

(Potential Fixes or links to pull requests that address this issue)

Pull Request #34 does not properly implement this

Make Debug creates Duplicate linalg.c and linalg.h files

Expected behavior

Make debug creates an debug-version executable just like make

Actual behavior

Creates the debug-version executable, but also duplicates linalg.h and linalg.c into the src folder.

Steps to reproduce the behavior

  • make debug

(Potential Fixes or links to pull requests that address this issue)

  • Remove the duplicate files in the MakeFile

Makefile creates .obj directory

Expected behaivor

.obj directory is removed after a build, whether successful or not

Actual behavior

.obj directory is present after making release

Steps to reproduce the behavior

'make all'
.obj directory is in the root directory

(Potential Fixes or links to pull requests that address this issue)

Commenting scheme for matmat_addition

Expected behaivor

Doxygen comments should be /** */

Actual behavior

The Doxygen Comment itself is commented

Steps to reproduce the behavior

lines 179-185 in linalg.c

(Potential Fixes or links to pull requests that address this issue)

.vscode included in git push

Expected behaivor

No user config files or non-repostiory related files should be pushed

Actual behavior

.vscode was included in the newest Pull Request #36

(Potential Fixes or links to pull requests that address this issue)

Please remove the folder and recommit.

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.