microdee / mp.dx

DX11 / EX9 related nodes from mcropack
MIT License
5 stars 4 forks source link

FaceTracker #3

Open gngriffiths opened 5 years ago

gngriffiths commented 5 years ago

FaceTracker is broken.

FaceTrackerContent is red. TTY reports issue with code.

Tested with using VPM download of packs.

microdee commented 5 years ago

please provide screenshots and or exception messages

gngriffiths commented 5 years ago

00:01:41 ERR : System.DllNotFoundException in DX11Utils.Native: Unable to load DLL 'libfacedetect.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

Stacktrace: at mp.dx.Tracking.FaceTrackerContext.facedetect_frontal_surveillance(Byte result_buffer, Byte gray_image_data, Int32 width, Int32 height, Int32 step, Single scale, Int32 min_neighbors, Int32 min_object_width, Int32 max_object_width, Int32 doLandmark) at mp.dx.dx11.Nodes.TextureFaceTrackerNode.Evaluate(Int32 SpreadMax) in C:\projects\mp-dx\DX11Utils\TextureFaceTrackerNode.cs:line 150

00:01:41 ERR : Exception occured in TMPluginWrapperNode.Evaluate

00:01:41 ERR : Object reference not set to an instance of an object.

microdee commented 5 years ago

ok apparently at some point I forgot to copy this DLL during deployment. for now I don't have time to do proper fix release so just put this next to DX11Utils dll's.

libfacedetect.zip

gngriffiths commented 5 years ago

Thank you!