Mohamed Al-Hosary
Mohamed Al-Hosary
Hi, Thank you for the great work you did. I have the following simple CNN for image classification: ` featureShape = new Shape(new int[] { imageWidth, imageHeight, 3 }); var...
Hi, Thanks for the great effort and the amazing library. I noticed that all detections returned from the Detect method have confidence greater that 0.2, is it possible to change...
I am trying to work with a video (video.avi that is included in the OpenPose project source) in the sample project `1_CustomPostProcessing` but i get the following error: > at...
Thanks for the great work, it actually works very well with h264 and h265 video files up to HD resolution. Decoding h264 4k video files works at about 10 fps...
Thanks a lot for your efforts and the great library you provided, really great. I am trying to implement my custom gstreamer plugins in C# using your library, is there...