mwindowshz

Results 17 comments of mwindowshz

Hi I don't understand what is the problem with build fail, I updated code. how can I find out the problem? how can I take the automatically merged version, and...

Hi I found a solution for this: EnahncedWindow.h line 74 I removed this line `//cvui::beginRow(frame, mX + std::lround(10*mFontScale/cvui::DEFAULT_FONT_SCALE), mY + std::lround(30*mFontScale/cvui::DEFAULT_FONT_SCALE), mWidth - scaledTitleHeight, mHeight - scaledTitleHeight);` whithout this the...

Hi this is how I fixed this ``` void image(cvui_block_t& theBlock, cv::Rect& theRect, cv::Mat& theImage) { if (theRect.x < 0 || theRect.y theBlock.where.cols || theRect.y + theRect.height > theBlock.where.rows) return;...

On Tx2 jtop works, trying to use on docker this downloaded the docker image, `docker pull rbonghi/jetson_stats:master` but it cannot run there is an error: `sudo docker run -it -v...

I managed to run was missing `-v /run/jtop.sock:/run/jtop.sock` `run -it -v /run/jtop.sock:/run/jtop.sock rbonghi/jetson_stats:master /bin/bash `so got terminal. then tried running jtop, it crashes as above. reinstalled using ` pip3 uninstall...

Set in windows path were tensorflow dll is placed or you can set in visual studio in project properties->Debugging ->Enviroment PATH=%PATH%;c:\tensorflow\lib-cpu $(LocalDebuggerEnvironment)

Hi seems like great work. It seems the question here continues Can you please provide example of data, image and its segmentation file. Also how can we create our own...

Seems Like found the answer, 2 steps 1. Add "..\caffe-windows-ms\Build\x64\Release" folder to windows PATH 2. (using anaconda) copy ",,\caffe-windows-ms\Build\x64\Release\pycaffe\caffe" folder into "C:\ProgramData\Anaconda3\Lib\site-packages" (or wherever anaconda is installed on your computer)...

Hi I got this ``` Traceback (most recent call last): File "", line 1, in File "C:\Users\Meir\source\repos\caffe-windows-ms\caffe-windows-ms\python\caffe\__init__.py", line 1, in from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver,...

Hi Thank you for the information, it was very helpful > There is no problem. But for good detection you should use ~500 - 2000 images per class. And you...