average-everyman
average-everyman
Hello, this is what I get: ``` model = cv2.dnn.readNetFromDarknet(path_to_model_config, path_to_model_weights) cv2.error: OpenCV(4.5.1) C:\Users\appveyor\AppData\Local\Temp\1\pip-req-build-i1s8y2i1\opencv\modules\dnn\src\darknet\darknet_io.cpp:632: error: (-215:Assertion failed) separator_index < line.size() in function 'cv::dnn::darknet::ReadDarknetFromCfgStream' ``` weights file was created as per...
Hello, I am not able to open an .mdb file on Ubuntu. I am attempting to do that with `pyodbc` and `mdbtools`. This is how I installed it: ``` sudo...
hello I was following the instruction for the front-end example, but the following step falls over: ``` $ ./scripts/create_test_data.shTraceback (most recent call last): File "/home/username/miniconda3/envs/test-searchkit-3/lib/python3.9/logging/config.py", line 564, in configure handler...
Hello, it would be great to see a template for a data pipeline where a new blob in a storage triggers an Azure Function App (Python v2 model) that picks...