Philipp Wagner
Philipp Wagner
Without knowing every detail of Pedro's implementation. midian used an early version of libfacerec, the library which is by now merged into OpenCV 2.4.2 (probably the FaceRecognizer is also in...
First of all the image data is loaded here: - https://github.com/pcentieiro/midian/blob/master/Face%20Recognition%20Library/Face%20Recognition%20Library/ViewController.mm#L56 This adds the images into a vector and the labels accordingly. From this data you'll get a sample you...
As described in the documentation I've linked above... You can save and load face recognition models, by simply using the load and save method: - https://github.com/pcentieiro/midian/blob/master/Face%20Recognition%20Library/Face%20Recognition%20Library/facerec.hpp#L48 - https://github.com/pcentieiro/midian/blob/master/Face%20Recognition%20Library/Face%20Recognition%20Library/facerec.hpp#L45 This way...
This isn't an issue, nor a code explanation. Algorithmic problems should be asked at appropriate places, such as http://dsp.stackexchange.com/ and not within a bug tracker.
@AndriySvyryd Is there any way to work around this issue, so we could ignore a field, when using `InsertUsingStoredProcedure`? Maybe it's sufficient in a first step to remove the validation,...
@AndriySvyryd Thanks for the confirmation and thanks for your work on EF Core! 👍🏻
@dotnet-policy-service agree
I’ll look into it. Could you please share the Table Definition in Postgres? What column type had been used?
There is a method `SimpleRow#setTime`, which does exactely what you are after. Could you look into it, why it isn't available for you?
I have added it to the test: * https://github.com/PgBulkInsert/PgBulkInsert/commit/06f770bfcbdb1e93eb0af709c86dee403551700b And I cannot see it failing.