Posts by Lucas Kirsten • 151 points
3 posts
-
2
votes1
answer67
viewsA: How to create a loss function in Keras that uses opencv?
I was able to come up with a very easy solution. The main issue was that the gradient filter is nothing more than a 2D filter applied to the image. For further information on the filter, refer to…
-
2
votes1
answer67
viewsQ: How to create a loss function in Keras that uses opencv?
I am developing a machine Learning model using the Keras library and realize that the available loss functions are not giving the best results in my test suite. I’m using an Unet architecture, where…
-
11
votes1
answer339
viewsQ: Create python executable: Pyos_inputhook is not available for Interactive use of Pygtk
I just finished my first program with python and would like to create an executable for distribution. However, I’m having trouble doing this. I’ve tried using py2exe, pyinstaller and cx_freeze…