Morgan Giraud
Morgan Giraud
here is the code i used : (coffee) ########################### cv = require 'opencv-node' src = cv.imread '../test.jpg', 1 console.log src.channels # output 3 plane = [] cv.split src, plane console.log...
Great, everything works for console.log and cv.split. Thanks for the fix ! Now trying to get something out of cv.calcHist function. Here is my code: ################################### cv = require 'opencv-node'...
Thanks a lot !
Hi, First, make sure you pulled the very last version of the project. This project has pretty complicated structure because i've left all the work i made to facilitate my...
Since the models are fully convolutionnal, you should be able to train and predict on different image sizes: Also the input_shape for prediction is built dynamically from the image_size. Make...
Hum, maybe something changed in keras or tensorflow which my layer implementation of conv2d_transpose doesn't handle anymore. I'm sorry i won't be able to dig on this issue but if...
I've tried to make it work in colab but the interpret function currently returns an error: `AttributeError: module 'triton' has no attribute 'TensorWrapper'` I'm quite sure it is because I...
Hello, I ended up patching the missing `TensorWrapper` link and it seems to work as exepcted! (you can check the collab). 🎉 Random question: do you know when this v3...
I think [panda3d ](https://www.panda3d.org/) looks like a good candidate to start working with 3d python rendering.
The more time flows, the more I think creating a simple 2nd collection is short-sighted. I need a more interesting idea!