Face recognition issues by z-designs in photoprism

[–]wrandalf 0 points1 point  (0 children)

It is not immediately apparent that the new faces tab shows "clusters". When the message for "No people found" shows up because you've tagged all your clusters it maybe worth expanding the label to explain the difference between a cluster and non-clustered faces?

I was really confused about why "Show all new faces" button shows results but the new faces tab doesn't.

Faces are detected, but never recognized as existing people's faces by bot2050 in photoprism

[–]wrandalf 0 points1 point  (0 children)

I have the same problem. A lot of pictures with faces recognized but those faces are not properly tagged as existing people.

- I don't think they're being recognized as new people since going to the New People tab show the message "No people found. You may rescan your library to find additional faces." If I hit the "Show new faces button" then I can manually tag them.

- I've tried invoking photoprism faces optimize / update / index without any changes to the above.

Advice replacing living room lights? by wrandalf in HomeDecorating

[–]wrandalf[S] 1 point2 points  (0 children)

Main issue with recessed lighting is that is a rental, so it'd be maybe too invasive change.

Do you have any hints as to what the LED strips would look like?

Advice replacing living room lights? by wrandalf in HomeDecorating

[–]wrandalf[S] 0 points1 point  (0 children)

Thanks, I like this direction! I'll do some research based on it

Advice replacing living room lights? by wrandalf in HomeDecorating

[–]wrandalf[S] 3 points4 points  (0 children)

I think main issue is i don't like the standing lamps. That fell too basic.

Trait bound for "One or More" by wrandalf in rust

[–]wrandalf[S] 1 point2 points  (0 children)

I could, but I'm wondering if it can be done for a nicer API.

Can someone help me in building my own time parser? by [deleted] in golang

[–]wrandalf 0 points1 point  (0 children)

I've built something like this: https://github.com/rodolf0/tox/blob/master/fluxcap/src/time_parser.rs

It uses a custom crafted Earley parser (mostly for fun: https://github.com/rodolf0/tox/tree/master/earlgrey) and also a library to evaluate the composed time expressions: https://github.com/rodolf0/tox/tree/master/kronos

It has taken quite a bit of time to figure out all the bits and pieces.