neilyoung

Results 228 comments of neilyoung

@PraveenGandhi Nice attempt to use templ. I would definitely favour this instead of gomponents (since it at least has a remaining touch of html). I cloned your fork, but found...

@zhouyuchong Thanks. I must have been blind :)

Just in case you are interested. Tried the custom nvndsinfer build script on a 7.0 installation. Seem to have failed. ``` /gst-nvinfer-custom$ sudo ./install.sh [2024-09-15 07:20:20] [INFO]check current directory [2024-09-15...

:) The restore script worked EDIT: Maybe it has to do with the wrong detection of my CUDA version (which is 12.2) ``` nvcc: NVIDIA (R) Cuda compiler driver Copyright...

Thanks for the follow up. I found another way to solve my FR problem: Using a tandem of Facenet (detection) and Face Recognition ResNet 100 arcface (https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/face-recognition-resnet100-arcface-onnx/README.md). This drops the...

3 years later, same questions. Will most likely be unanswered next years too...

To answer myself: No spaces are not detectable and that rules out this model for the entire EU

Would have loved to see this merged. Works for me. And is quite handy, if you build yourself a "console cache" as known from an ordinary terminal. Arrow up and...

``` $ go build # github.com/kbinani/screenshot ../../test/go/src/pkg/mod/github.com/kbinani/[email protected]/screenshot_darwin.go:10:9: error: 'CGDisplayCreateImageForRect' is unavailable: obsoleted in macOS 15.0 - Please use ScreenCaptureKit instead. 10 | return CGDisplayCreateImageForRect(display, rect); | ^ /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGDirectDisplay.h:391:33: note: 'CGDisplayCreateImageForRect'...