Live data from Hacker News

Viewing profile — bdamos

bdamos

HN member
Joined
Thu, May 01, 2014, 6:54 AM UTC
HN karma
98
Public activity
60 items

About bdamos

http://bamos.github.io | http://twitter.com/brandondamos

Recent public activity

  1. story
  2. story
  3. comment
    Comment #12263444

    Thanks for the feedback, I just updated the animation to pause at the beginning and end to make the completions clearer: https://github.com/bamos/bamos.github.io/commit/f6a15285135…

  4. story
  5. comment
    Comment #10940587

    The argument isn't that you use OpenCV: OpenFace also uses OpenCV. However, I think you should target and present your program as being a program that uses face recognition, not as…

  6. comment
    Comment #10940450

    OpenFace can optionally use a CUDA-enabled GPU, but it's not a requirement. The performance is almost real-time on a CPU. After detection (which varies depending on the input image…

  7. comment
    Comment #10933099

    Thanks for pointing out the 404, I just corrected the link. There's an interesting discussion on lobste.rs from a few months ago about privacy issues and licensing: https://lobste.…

  8. story
  9. comment
    Comment #10393193

    Summary: OpenFace uses fundamentally different techniques (a deep neural network) for face recognition that OpenBR currently doesn't provide. -- As our initial ROC curve on LFW's s…

  10. comment
    Comment #10393078

    Thanks for the offer! Our original model `nn4.v1` should perform OK on your data if you're interested in trying to automatically predict people in new images. Training new models i…

  11. comment
    Comment #10393065

    Yes, the processing pipeline first does face detection and a simple transformation to normalize all faces to 96x96 RGB pixels. Then each face is passed into the neural network to g…

  12. comment
    Comment #10393031

    This depends on what you want to use face recognition for. Maybe I should say more clearly in the README who this project is for. I could have released trained classifiers on 10,00…

  13. story
  14. story
  15. story
  16. comment
    Comment #10042173

    Thanks, I'm hosting on a nonstandard port on a server. I put the main page inside a frame hosted on GitHub pages for a better URL, but this broke the links. Fixed now. :-)

  17. story
  18. comment
    Comment #9829290

    I have two minor comments: 1) Linking to the original HN hiring post is helpful, and 2) I'm on a poor internet connection now, and this page took about a minute to load. http://hnh…

  19. comment
    Comment #9829266

    How does the speed compare to other compression algorithms?

  20. comment
    Comment #9820423

    Another reason for me is the cross-platform compatibility. With git, I'm able to synchronize passwords across OSX and Linux machines, and the features (even copying) work well on b…

  21. comment
    Comment #9715732

    How did you select words to compare? Did you have to try many poor combinations before selecting a "good" set?

  22. comment
    Comment #9715721

    This year's CVPR has a lot of great papers. In case anybody hasn't seen, a full list's available at http://cs.stanford.edu/people/karpathy/cvpr2015papers/

  23. story
  24. story
  25. comment
    Comment #9413444

    Shameless plug for one of my side projects to manage reading lists with YAML and GitHub pages: https://github.com/bamos/reading-list