JoseAF

Results 15 comments of JoseAF

Hi Mathieu Thanks for the reply. The interface provided by OpenCV to set priors has the purpose, I think, of increasing the weight of one of the classes, e.g. for...

Hi Mathieu Thanks a lot for the message. I think what you mention there at the end about disabling winner-takes-all might help me here. At least it doesn't involve manipulating...

@Arnold1 thanks for the reply but I'm currently using the C++ library directly without intermediaries

Hi Thanks a lot for the quick reply. Your comments are very helpful. I'm interested in speeding up both training and inference. I have yet to look into training performance...

Hi First of all, thanks a lot for all the comments and suggestions. I have followed some of them and am happy enough for now with inference so I've moved...

@Arnold1 I'm afraid I don't - sorry

A short follow up: The only way I have managed to get this to run through is by setting all boundaries the same for all features, choosing the one with...

Ok - reverting to restore 16-bit implementation fixes all the issues. It seems the code is not ready yet to handle 8-bit. Thanks for listening :)

Hi Mathieu Thank for the reply. It's the second option that I'm interested in, updating an existing model several times with small amounts of new training examples. I'd be interested...

Hi Mathieu Thanks for the suggestions. I'll think through these...