Eric Field
Eric Field
Hello, could you upload training data to github? Microsoft Onedriver and Dropbox are very difficult to download.
It seems that hieroglyphs do not support search?
Hello ,in windows ,int fileexp.cpp ," while( dirent* fn = dir.read() )" is error, you have not defined dirent and fn
just add model crash many times and cannot add vmd file
Hello, after the number of vertices is greater than 65k, after skinmehsrender, if I want to create Unity's blendshape, what's a good way?
InvalidProgramException: Invalid IL code in I18N.CJK.CP932:GetCharCount (byte[],int,int): IL_0000: ret System.Text.Encoding.GetChars (System.Byte[] bytes, Int32 index, Int32 count) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Text/Encoding.cs:328) System.Text.Encoding.GetString (System.Byte[] bytes, Int32 index, Int32 count) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Text/Encoding.cs:751) System.Text.Encoding.GetString (System.Byte[] bytes)...
I just set if (e.window.event == SDL_WINDOWEVENT_MINIMIZED) { cef_renderer_flag = false; } else if (e.window.event == SDL_WINDOWEVENT_RESTORED) { cef_renderer_flag = true; }... ... if (!cef_renderer_flag) { SDL_Delay(100); continue; } then...
TryCreateSvmArray这个函数疯狂报错,用new FixedArray替换后也出现其他内存保护相关报错