iamkashish
iamkashish
Even I am facing the same issue. Till now, I don't have any lead on this. I hope someone give some insight on this issue.
I have found the root cause of the issue. It is because when you are calling the VideoCapture() with file_name, there is no such file in your current directory with...
You can add below lines before initializing file_name: `import os` `os.chdir(folder_address_which_contain_your_file)` It hope this helps.
@jeyatharani You can use cv2.findContours() function to find polynomial points. Then write it in json file.
Hey @sumanttyagi You can try the following `classweights = class_weight.compute_class_weight('balanced', classes = np.unique(y), y= y_reshaped)` `class_weights = {}` `for i in range(n_classes):` ` class_weights[i] = classweights[i]` `print(class_weights)`
Hi @mihirparadkar and @fchollet I hope you guys are doing good. Looking forward to a fix, so that class_weight are supported for 3+ dimensional targets.
Hi @gabrik , I did two testing, one with router mode and the logs are left_log and right_log. I saw there is some looping going on (but i have set...
Hey @gabrik , I hope you are doing amazing. I'll glad if I can get some insights from you, whether I'm doing something wrong while deploying the bridge or is...
Hey @gabrik , I hope you are doing well. Looking forward to your reply.