detectParking
detectParking copied to clipboard
Recognition Problem
Hello, I tried to test your example and i get all of the parking spots in the same color. I thought it was the theshold problem as you mention but as i change it there is no improvement. Can you help?
@kkontras Hello, I meet the same problem, have you solve it?
It finally did what was expected to do. Its been a few months so i dont remember the changes i did but i will check tommorow or i can send you the code.
On Mon, 17 Sep 2018, 13:06 Qian Ren, [email protected] wrote:
@kkontras https://github.com/kkontras Hello, I meet the same problem, have you solve it?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/eladj/detectParking/issues/6#issuecomment-421953466, or mute the thread https://github.com/notifications/unsubscribe-auth/AcfGKVZAL9PJYbRX_GwoRjrhGqCp2y8Iks5ub3Q6gaJpZM4UcORC .
@kkontras is it possible that you can send me the code as well?
@kkontras I could use the code too, thanks
@kkontras Hi, could you please send me the code as well? Thanks in advance.
@kkontras how to fix the problem of the same color detection
Sorry for the late response, I checked it again today and the source code worked. I remember that back then something didnt work. Have you managed to run the example?
I run successfully, but all the parking detection lines are red
Could you uncomment the following two lines and report the output? print("#%d: %.2f" % (ind, delta)) print(parking_status)
I run c++ , not python
That shouldnt be a problem, could you print delta of each parking spot for a specific frame?