-
Notifications
You must be signed in to change notification settings - Fork 1
Please code review (Issue-2) #5
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
base: develop
Are you sure you want to change the base?
Conversation
model/handDetection.py
Outdated
| 如果沒有偵測到 請回傳False | ||
| """ | ||
| return True | ||
| yolo_set() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
可以移至 第8行 init(self)
model/handDetection.py
Outdated
| @@ -1,14 +1,12 @@ | |||
| import sys, os | |||
| sys.path.append(os.path.join(os.path.dirname(__file__), '.')) | |||
| from yolo.yolo import first_run as yolo_set | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這邊不用刪掉
model/handDetection.py
Outdated
| self.image_path = image_path | ||
|
|
||
| def detection(self): | ||
| yolo_set() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
拍謝沒講清楚 是加在
class handDetection(object):
def __init__(self, image_path):
self.image_path = image_path
下方
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
已修改完成
9e0afe2 to
ccf9999
Compare
3d6db0c to
30855e7
Compare
程式功能簡介:
https://youtu.be/sOW9W6aFA34