XiangJiaXin

Results 4 comments of XiangJiaXin

![0](https://user-images.githubusercontent.com/43596264/139969513-38ed13fc-7443-42a6-9b38-91fa3a73a94d.jpg) ![0](https://user-images.githubusercontent.com/43596264/139970299-e079a4c4-1ac1-417a-aece-42844bb789cb.jpg) ![image](https://user-images.githubusercontent.com/43596264/139969986-c4e1b58b-e792-454a-823a-e447cc17077f.png) I've tested that any image with a bit depth of 8 doesn't work. Because the images processed in the code are RGB images (24bit) The first is...

I use OpenCvSharp4.Windows to solve it. ```C# Mat mat = new Mat(img_root, ImreadModes.Color); //read any images witch RGB mode using var image = OpenCvSharp.Extensions.BitmapConverter.ToBitmap(mat); //convert mat to bitmap List predictions...

Yes, I trained model with 8-bit images, because in my project, the image provided by the camera is like this. The images in the model are indeed three channels, but...

> > Yes, I trained model with 8-bit images, because in my project, the image provided by the camera is like this. The images in the model are indeed three...