Shiro Nohara
Shiro Nohara
I got similar error. it looks ok. ``` sh $ cmake -DWIRESHARK_INCLUDE_DIRS="/usr/local/Cellar/wireshark/1.12.5/include;/usr/local/Cellar/wireshark/1.12.5/include/wireshark" -DWIRESHARK_LIBRARIES="/usr/local/Cellar/wireshark/1.12.5" .. -- Plugin will be installed in: ~/.wireshark/plugins -- Configuring done -- Generating done -- Build files...
I was facing the same problem. I will try the method suggested by sryu1.
I found `train()` function. https://github.com/googlecreativelab/teachablemachine-community/blob/master/libraries/image/src/teachable-mobilenet.ts#L278 but its usage is not explained in the README.md. It's bit difficult for me.
I'm facing the same problem. I'm also using keras (not OpenCV)
@sryu1 Thanks! I'll try it.
@sryu1 I have not yet been able to test this quantitatively, but I cannot tell the difference in terms of experience. I am writing a test for my model right...
According to @sryu1 's [snippet](https://github.com/sryu1/teachablemachine-community/blob/master/snippets/markdown/image/tensorflow/keras.md), I modified my code and tested. ```diff - image = ImageOps.fit(image, size, Image.Resampling.LANCZOS) + image = ImageOps.fit(image, size) ``` The entire source code is here:...
Probably the same problem: #315