-
Notifications
You must be signed in to change notification settings - Fork 6
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
GrabCut.py #1
Comments
1. Fix too many values to unpack issue mentioned in Issue #1. 2. change python script from `yolo.py` to `main.py` in README.
Hi molyswu, Thanks for your response, I have fixed this issue. Anyway, I have pushed a new commit to fix the problem :) |
Hi, Cuda-Chen |
You said to calculate the area of the rectangle, or bounding box? |
box |
In line 193, utils/yolo.py I write the following: Maybe this helps :) |
Thank you |
bounding box of area ==fgbModel of area? I want to get the object of area |
If you mean to get the foreground area after GrabCut, Shown in OpenCV doc, the |
Try to :
python yoloUtils/GrabCut.py --image ./images/person.jpg --yolo yolo-fish
File "yoloUtils/GrabCut.py", line 44, in
img, boxes, idxs = yolo.runYOLODetection(args)
ValueError: too many values to unpack (expected 3)
Thaks
The text was updated successfully, but these errors were encountered: