Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assignment Destination is Read Only #7

Closed
AVI18794 opened this issue May 15, 2019 · 4 comments
Closed

Assignment Destination is Read Only #7

AVI18794 opened this issue May 15, 2019 · 4 comments

Comments

@AVI18794
Copy link

AVI18794 commented May 15, 2019

@cezannec In the notebook Green Screen Car.ipynb while I am trying to block the area for showing the car which shows that I cannot block the mask area from the background image.

image

@puneet29
Copy link

puneet29 commented Aug 4, 2019

Hey, @AVI18794
The information that you are providing is not adequate to solve the problem. Share the code

@AVI18794
Copy link
Author

@puneet29
image
The problem is there with the Assignment notebook Green Thresholding. I have set the lower and upper threshold values as :-

lower_green = np.array([0,70,0])
upper_green = np.array([180,255,200])

@puneet29
Copy link

@AVI18794 I don't know the exact solution with the help of mpimg, but I managed to work around by using OpenCV:
cv2.imread('images/sky.jpg')

@puneet29
Copy link

I think inserting crop_background = crop_background.copy() will also do the charm here. You won't have to use OpenCV for achieving the same objective. Closes #7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants