Surapureddy Amarnath Reddy

Results 5 issues of Surapureddy Amarnath Reddy

Hi Sir, **I have one question regarding ModuleNotFound Error** ``` As per you're guidance main.py is main code to execute the fbs. If i have one more module two.py and...

I am getting invalid host/port specified. ``` import waitress from flask import Flask app= Flask(__name__) data = waitress.create_server( app, host='127.0.0.1', port=4001, ) ``` Some times it's giving Invalid host/port. I...

Dear sir, I studied your article and i understand. I am unable to get knowledge of detectellipses. detectEllipses output parameters. I am getting 6 parameters. I don't know why it...

question (invalid tracker)

from openalpr import Alpr alpr = Alpr("us", "/etc/openalpr/openalpr.conf", "/usr/share/openalpr/runtime_data/")

Hi Sir, I run your'e example provided in Git, it thrown error. What it mean: ``` OpenCV(4.5.5) Error: Assertion failed (_dst.fixedType()) in cv::convertPointsHomogeneous, file C:\build\master_winpack-build-win64-vc15\opencv\modules\calib3d\src\fundam.cpp, line 1202 ``` ``` https://github.com/daviddoria/Examples/blob/master/c%2B%2B/OpenCV/ProjectPoints/ProjectPoints.cxx...