Takuya Takeuchi

Results 255 comments of Takuya Takeuchi

@takuya-takeuchi Please attach a minimum sample program to reproduce it. I guess exception occurs in BackgroundWorkerOnDoWork but I'm not sure.

@147906825 Sorry. I found that this program is examples\WinForms\FaceLandmarkDetection. But this program works fine by using latest DlibDotNet. ![image](https://user-images.githubusercontent.com/6241854/100515085-f7722e00-31bc-11eb-9e15-5486b3a3ce67.png)

> if i use count on ienumerable of locations is too slow. IEnumerable does what like delayed evaluation. When you call FaceLocation method, FRDN does not do FaceLocation. You retrieve...

@Hakentha Sorry. I don't mean what you say. What do you think problems? * FaceLocations method takes too long time for per image * FaceLocation (Hog) does not use GPU...

@KinyaIwamoto It could be restriction of VisualStudio. Debug build contains numerous code and pdb file should be huge size. Basically, we can not build DlibDotNet.Native as debug. However, we may...

thank you for your good information!! > "DlibDotNet.Native.Dnn" was able to debug-build by specifying the "/ Z7" option and setting "Generate debug information" to "No" from the Visual Studio 2017...

@WREpic DlibDotNet and dlib does not support loading from web. You must download binary by .NET API and load from it.

@WREpic What is CNN method? You mean DNN? dlib could not provide an cnn as method. If you want to inference any data, please check https://github.com/takuya-takeuchi/DlibDotNet/tree/8c1cbab8048e07fb74c6509401b68271a5f69bdf/examples

@vikrant-bioenable Please note detail of difference between proper machine and wrong machine. You install operating system and development tools by same step to all machine, right? Almost machine works fine...

@vikrant-bioenable Thanks for your new update. > 0x8007045A This error code is very hard to analysis. But MSDN blogger teaches how to go through issue. https://docs.microsoft.com/ja-jp/archive/blogs/tess/unable-to-load-dll-dllname-dll-a-dynamic-link-library-dll-initialization-routine-failed-0x8007045a At least, your program...