Skip to content

Conversation

@crate19970523
Copy link
Collaborator

程式功能簡介:
https://youtu.be/sOW9W6aFA34

如果沒有偵測到 請回傳False
"""
return True
yolo_set()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以移至 第8行 init(self)

@@ -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
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

這邊不用刪掉

self.image_path = image_path

def detection(self):
yolo_set()
Copy link
Owner

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

下方

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

已修改完成

@superj80820 superj80820 force-pushed the develop branch 5 times, most recently from 3d6db0c to 30855e7 Compare March 29, 2019 17:42
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

Successfully merging this pull request may close these issues.

3 participants