Live data from Hacker News

Viewing profile — fzy95

fzy95

HN member
Joined
Fri, Jun 16, 2023, 7:49 AM UTC
HN karma
13
Public activity
4 items

About fzy95

No profile information was provided.

Recent public activity

  1. comment
    Comment #41943109

    No you still need to run COLMAP

  2. comment
    Comment #41067661

    "Further analysis of the remedian algorithm" https://www.sciencedirect.com/science/article/pii/S030439751... This one has a streaming variant.

  3. comment
    Comment #38286820

    At the std::vector section I think the std::array is used instead of std::vector >std::array is a dynamically sized sequence container

  4. comment
    Comment #36352965

    "the project now uses CUDA, so i changed to C++11 since thats what nvcc supports." I feel like nvcc supports at least 17 maybe even 20 already.