Joseph Lennox

Results 57 comments of Joseph Lennox

I would love for VSCode to have official support for vertical tabs. I found the now discontinued VS extension "custom document well" to be a really big productivity boost so...

Do you have a synthetic way to reproduce this? TBH, I don't have much time to be able to invest into this, but if it's trivial to reproduce I might...

What do you mean when you say native bits? I've released everything until MIT license which means you're pretty free to do as you please.

Oh I see. It dynamically links to the .dll installed on the user's machine when they install the GeForce drivers. I didn't really read through that document but it does...

I never did get image resizing working for purely GPU methods. It has been awhile since I worked on this but I was experimenting with a DirectX 11 method of...

Hmmm. The Yolo wrapper does not appear to accept GPU pointers. It's always expecting to make a CPU->GPU copy. In googling if Yolo itself supports this, I did not find...

@HEBOS Just an FYI, the original `Alturos.Yolo` was unmaintained and there's now a maintained fork at https://github.com/zgabi/Yolo.Net

@coccoalberto97 What error are you receiving? What you're doing does sound correct to me. But given that you're using a dotnet core application, not a .NET framework application, it should...

Using a tool such as Process Explorer, can you locate the the running .exe and then make sure `NvEncSharp.Cuda.Library.dll` is in the same directory as that .exe? Also, if you...

Hmmm. Lets try this. * Run Process Monitor: https://docs.microsoft.com/en-us/sysinternals/downloads/procmon * Edit the filters to have one to `Include` "Path" "contains" "NvEncSharp.Cuda.Library.dll", it should look like this: ![image](https://user-images.githubusercontent.com/836194/119578397-4dd9b700-bd71-11eb-8682-46c175a5727f.png) * Enable Process...