Rob Trahms
Rob Trahms
Actually, I retract that first statement - doesn't recognize size_t or uint32_t in either Win32 or x64 builds. These errors start in pthread.h and additionally.c Another clue - some of...
Hi - I am using MSVS 2017 (community) - compiler is v141. I haven't changed anything in the source code, but I did change the project to reference an OpenCV...
I used OpenCV 3.4.5 instead, still had some problems. MSVS is trying to convert the project coming in, looks like the conversion from 8.1/v140 (2015) to 10.xx/v141 (2017) has issues...
Any update on support for OpenCV4.X? I tried building the latest, got the following error: #error: "This header with legacy C API declarations has been removed from OpenCV. Legacy contants...
(keras) C:\DATA\Git_Repositories\YAD2K>python test_yolo.py -a model_data/test_out_anchors.txt -c model_data/ob23_classes.txt model_data/test_out.h5 Using TensorFlow backend. 2018-12-01 13:44:56.303378: I C:\users\nwani\_bazel_nwani\mmtm6wb6\execroot\org_tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX 2018-12-01...
Found the problem. I am using unique JPG filenames that are fairly long, and have a number of periods in them (DICOM & date references in name). Apparently the code...
Works great! Thanks for the tip. Rob